From 7c5d5b352ce80728c941e7f53088ce638c280a2e Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 7 Apr 2015 15:07:17 -0400 Subject: [PATCH] Rename plugin_config template to option_config Give the configuration template, which maps Config objects into HTML, a more generic name. Along with the rename this also drops the user.is_admin check so a user can manage their SP data. The backend still enforces writing. https://fedorahosted.org/ipsilon/ticket/25 Signed-off-by: Rob Crittenden Reviewed-by: Simo Sorce --- templates/admin/{plugin_config.html => option_config.html} | 2 -- 1 file changed, 2 deletions(-) rename templates/admin/{plugin_config.html => option_config.html} (99%) diff --git a/templates/admin/plugin_config.html b/templates/admin/option_config.html similarity index 99% rename from templates/admin/plugin_config.html rename to templates/admin/option_config.html index c6ae044..74eede5 100644 --- a/templates/admin/plugin_config.html +++ b/templates/admin/option_config.html @@ -31,7 +31,6 @@ {% endblock %} {% block main %} -{% if user.is_admin %}
@@ -213,5 +212,4 @@
-{% endif %} {% endblock %} -- 2.20.1