From 1e137be617dba1d0f3f85d594f5625926d3f46e9 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 24 Mar 2014 16:37:15 -0400 Subject: Implement plugin ordering configuration Allows to change the login plugins order from the admin configuration page. Signed-off-by: Simo Sorce --- templates/admin/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/admin/index.html') diff --git a/templates/admin/index.html b/templates/admin/index.html index c22d249..1957a7f 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -18,6 +18,9 @@ {% endfor %}

Plugins order

-

[list here and form button to change?]

+
{{ ', '.join(enabled) }}
+
+ configure +
{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit