From fb1c34e7aeac67a75c29a132ded87edeb557cdaf Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 15 Oct 2014 00:17:53 -0400 Subject: Improve UI for enabling/disabling plugins config Use the same templates for both info and login plugins Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/admin/info_order.html | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 templates/admin/info_order.html (limited to 'templates/admin/info_order.html') diff --git a/templates/admin/info_order.html b/templates/admin/info_order.html deleted file mode 100644 index 5d929be..0000000 --- a/templates/admin/info_order.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "master-admin.html" %} -{% block main %} -

{{ title }}

- {% if message %} -
-

{{ message }}

-
- {% endif %} -
-
- -
- - -
- Plugins order - - - Back -
-
-{% endblock %} - -- cgit