From a38665c65272a22a474a85d3af47d64293c8844e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 15 Dec 2013 12:23:50 -0600 Subject: Admin template updates for Django 1.6 Signed-off-by: Dan McGee --- templates/admin/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'templates/admin') diff --git a/templates/admin/index.html b/templates/admin/index.html index 203206d..fddd55e 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -31,11 +31,15 @@ {% if app_list %} {% for app in app_list %} -
- - +
+
{% blocktrans with name=app.name %}{{ name }}{% endblocktrans %}
+ {% for model in app.models %} - + {% if model.admin_url %} {% else %} -- cgit v1.2.3-24-g4f1b
+ + {% blocktrans with name=app.name %}{{ name }}{% endblocktrans %} + +
{{ model.name }}