Rename plugin_config template to option_config
authorRob Crittenden <rcritten@redhat.com>
Tue, 7 Apr 2015 19:07:17 +0000 (15:07 -0400)
committerSimo Sorce <simo@redhat.com>
Fri, 10 Apr 2015 14:37:49 +0000 (10:37 -0400)
commit7c5d5b352ce80728c941e7f53088ce638c280a2e
treead8bfbe7b3b47ddfad356573ec59bbb9defeeb95
parent12139c6090941f67c098bf4387ce00a8503e825e
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>
Reviewed-by: Simo Sorce <simo@redhat.com>
templates/admin/option_config.html [new file with mode: 0644]
templates/admin/plugin_config.html [deleted file]