Commit 121feb9a8abeec2e73d54e61f5b0d6428f71761b

Authored by Sergio Oliveira
1 parent a2965d3c

Removed i18n_model (no longer needed)

colab/accounts/templates/accounts/user_detail.html
1 {% extends "base.html" %} 1 {% extends "base.html" %}
2 2
3 -{% load i18n gravatar i18n_model %} 3 +{% load i18n gravatar %}
4 4
5 {% block title %}Perfil{% endblock %} 5 {% block title %}Perfil{% endblock %}
6 6
colab/settings.py
@@ -46,7 +46,6 @@ INSTALLED_APPS = ( @@ -46,7 +46,6 @@ INSTALLED_APPS = (
46 'django_mobile', 46 'django_mobile',
47 'haystack', 47 'haystack',
48 'hitcounter', 48 'hitcounter',
49 - 'i18n_model',  
50 'taggit', 49 'taggit',
51 'djcelery', 50 'djcelery',
52 51