From df672693d9530acadcac0cbc75553749fb58f9cd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 28 Jun 2014 12:41:18 -0500 Subject: Update for admin changes for Django 1.7 Signed-off-by: Dan McGee --- templates/admin/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'templates/admin/index.html') diff --git a/templates/admin/index.html b/templates/admin/index.html index fddd55e5..89ee1df1 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -5,7 +5,7 @@ {% block coltype %}colMS{% endblock %} -{% block bodyclass %}dashboard{% endblock %} +{% block bodyclass %}{{ block.super }} dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} @@ -34,9 +34,7 @@
{% for model in app.models %} -- cgit v1.2.3-54-g00ecf
- - {% blocktrans with name=app.name %}{{ name }}{% endblocktrans %} - + {{ app.name }}