diff options
author | Rob Crittenden <rcritten@redhat.com> | 2015-04-07 15:07:17 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2015-04-10 10:29:58 -0400 |
commit | 0961bbdf90396ed8d9aaf9a4f151de3b86449aa1 (patch) | |
tree | ad8bfbe7b3b47ddfad356573ec59bbb9defeeb95 | |
parent | 135c5c2e051e1734c736352edde79f8249bc271b (diff) | |
download | ipsilon.git-0961bbdf90396ed8d9aaf9a4f151de3b86449aa1.tar.gz ipsilon.git-0961bbdf90396ed8d9aaf9a4f151de3b86449aa1.tar.xz ipsilon.git-0961bbdf90396ed8d9aaf9a4f151de3b86449aa1.zip |
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 <rcritten@redhat.com>
-rw-r--r-- | templates/admin/option_config.html (renamed from templates/admin/plugin_config.html) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/admin/plugin_config.html b/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 @@ </script> {% endblock %} {% block main %} -{% if user.is_admin %} <div class = "row"> <div class="col-md-3 col-sm-3 col-xs-6"> @@ -213,5 +212,4 @@ </form> </div> -{% endif %} {% endblock %} |