summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-09-11 18:29:30 -0500
committerDan McGee <dan@archlinux.org>2014-09-11 18:29:30 -0500
commit0bc64e77d405844c7f29170859f14c907f9cb340 (patch)
treec05b277fe845c09a7786d5300c459f1ab0fe608f /templates
parenta8ceba34299cca271ddf433bf7618aa98e56cc36 (diff)
parent1173be8b91910ebc82b9b7e5c8e0aaa5af811daf (diff)
Merge branch 'django-1.7'
Diffstat (limited to 'templates')
-rw-r--r--templates/admin/index.html6
1 files changed, 2 insertions, 4 deletions
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 @@
<div class="app-{{ app.app_label }} module">
<table>
<caption>
- <a href="{{ app.app_url }}" class="section" title="{% blocktrans with name=app.name %}Models in the {{ name }} application{% endblocktrans %}">
- {% blocktrans with name=app.name %}{{ name }}{% endblocktrans %}
- </a>
+ <a href="{{ app.app_url }}" class="section" title="{% blocktrans with name=app.name %}Models in the {{ name }} application{% endblocktrans %}">{{ app.name }}</a>
</caption>
{% for model in app.models %}
<tr class="model-{{ model.object_name|lower }}">