From ef4fcd195bbf4d69bac142b7767aff344588842c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 29 Aug 2014 17:50:45 -0400 Subject: Allow plugins to determine config options order Ordering may also be partial, for any option not specified they will be appended in lexycographic order. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/admin/plugin_config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/admin/plugin_config.html') diff --git a/templates/admin/plugin_config.html b/templates/admin/plugin_config.html index 7c143af..1f75182 100644 --- a/templates/admin/plugin_config.html +++ b/templates/admin/plugin_config.html @@ -9,7 +9,7 @@
- {% for o in options %} + {% for o in options_order %}
-- cgit