From 14e8ecd7cf8ea8d342eac5c4c66b764b3a8e2dbb Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 2 Sep 2014 17:41:07 -0400 Subject: Add Info providers Admin pages Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/admin/info_order.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create 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 new file mode 100644 index 0000000..5d929be --- /dev/null +++ b/templates/admin/info_order.html @@ -0,0 +1,25 @@ +{% extends "master-admin.html" %} +{% block main %} +

{{ title }}

+ {% if message %} +
+

{{ message }}

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