From efb623af0bcb47d510501c282e1326b11343a29c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 22 Sep 2012 22:27:04 -0400 Subject: site reorg --- .../templates/admin/_grappelli/app_index.html | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 lib/grappelli/templates/admin/_grappelli/app_index.html (limited to 'lib/grappelli/templates/admin/_grappelli/app_index.html') diff --git a/lib/grappelli/templates/admin/_grappelli/app_index.html b/lib/grappelli/templates/admin/_grappelli/app_index.html deleted file mode 100644 index e9cb806..0000000 --- a/lib/grappelli/templates/admin/_grappelli/app_index.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends "admin/_grappelli/index.html" %} - - -{% load i18n grp_tags %} - - -{% if not is_popup %} - {% block breadcrumbs %} - - {% endblock %} -{% endif %} - - -{% block content %} -
-
- {% if app_list %} - {% for app in app_list %} -
-

{% trans app.name %}

- {% for model in app.models %} -
- {% if model.perms.change %}{{ model.name }}{% else %}{{ model.name }}{% endif %} - -
- {% endfor %} -
- {% endfor %} - {% endif %} -
-
-{% endblock %} -- cgit v1.2.3