diff options
author | luxagraf <sng@luxagraf.net> | 2015-12-01 22:31:52 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-12-01 22:31:52 -0500 |
commit | ef9747be6d50d536c149d31e978b61e2381baba3 (patch) | |
tree | 585592bece9300d9411e43bc19ef8aa32e4c7238 /design/templates/admin/index.html | |
parent | ac914254cdde1e8fc9c5632482bd90a9d8cbf833 (diff) |
updated site to work with django 1.9's new admin look
Diffstat (limited to 'design/templates/admin/index.html')
-rw-r--r-- | design/templates/admin/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/design/templates/admin/index.html b/design/templates/admin/index.html index 19a5d1b..f8d201f 100644 --- a/design/templates/admin/index.html +++ b/design/templates/admin/index.html @@ -12,7 +12,9 @@ {% block content %} <div id="content-main"> +{% load admin_reorder %} {% if app_list %} + {% app_order %} {% for app in app_list %} <div class="module"> <table> |