diff options
Diffstat (limited to 'design/templates/admin')
-rw-r--r-- | design/templates/admin/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html index 6642012..54f9798 100644 --- a/design/templates/admin/index.html +++ b/design/templates/admin/index.html @@ -25,9 +25,7 @@ td, th { {% block content %} <div id="content-main"> -{% load admin_reorder %} {% if app_list %} - {% app_order %} <div class="module"> <table> <caption><a href="{{ app.app_url }}" class="section" title="{% blocktrans with name=app.name %}Models in the {{ name }} application{% endblocktrans %}">Frequently Used</a></caption> |