diff options
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> |