Commit
121feb9a8abeec2e73d54e61f5b0d6428f71761b
Exists in
master
and in
31 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, community_association, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_header, fixed_gitlab_import, go_to_profile_panel, mobile_user_scalable, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, split_screen, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd
Removed i18n_model (no longer needed)
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
| |
| @@ -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
| |