From: Guillaume Pellerin Date: Thu, 11 Dec 2014 10:53:08 +0000 (+0100) Subject: test grapelli, rm general admin title X-Git-Tag: 1.5.0rc3~3^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=503d90a2190acf67f626f4a7bf25703ce52fa438;p=telemeta.git test grapelli, rm general admin title --- diff --git a/example/sandbox/settings.py b/example/sandbox/settings.py index 6a9d79e0..8699bba9 100644 --- a/example/sandbox/settings.py +++ b/example/sandbox/settings.py @@ -125,6 +125,7 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.messages', 'suit', + # 'grappelli', 'django.contrib.admin', 'django.contrib.staticfiles', 'django_extensions', diff --git a/example/sandbox/urls.py b/example/sandbox/urls.py index e9301341..f812ecf2 100644 --- a/example/sandbox/urls.py +++ b/example/sandbox/urls.py @@ -19,6 +19,7 @@ urlpatterns = patterns('', # Uncomment the next line to enable the admin: (r'^admin/django/', include(admin.site.urls)), + #(r'^grappelli/', include('grappelli.urls')), # grappelli URLS # Telemeta (r'^', include('telemeta.urls')), diff --git a/telemeta/templates/telemeta/admin_general.html b/telemeta/templates/telemeta/admin_general.html index f225bb40..71fb8e8b 100644 --- a/telemeta/templates/telemeta/admin_general.html +++ b/telemeta/templates/telemeta/admin_general.html @@ -9,7 +9,6 @@ {% endblock %} {% block title %} -

{% trans "Administration" %} > {% trans "General" %}

{% endblock %} {% block tabcontents %}