Commit 121feb9a8abeec2e73d54e61f5b0d6428f71761b

Authored by Sergio Oliveira
1 parent a2965d3c

Removed i18n_model (no longer needed)

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