diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-10 15:53:46 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-10 18:09:47 +0100 |
commit | c44b6bfe19b00eec2012dca40446c9251d91b84d (patch) | |
tree | 87c1b5c2f7c52ff26e6c4a15e81b6228255f54f3 | |
parent | 211eaabadfe3abef456a35786dc0486224449aa6 (diff) |
[Zurich] Remove super user check from body-form
The logic has changes, so it's now only the superuser that can access
this whole form, so there is no need to be this granular.
-rw-r--r-- | templates/web/zurich/admin/body-form.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/body-form.html b/templates/web/zurich/admin/body-form.html index 5ae8eb8a6..e86d4bd1f 100644 --- a/templates/web/zurich/admin/body-form.html +++ b/templates/web/zurich/admin/body-form.html @@ -10,7 +10,6 @@ <input type="text" name="endpoint" id="email" value="[% body.endpoint %]" size="50"> </p> -[% IF admin_type == 'super' %] <p> <label for="parent">[% loc('Parent') %]</label> <select name="parent" id="parent"> @@ -31,7 +30,6 @@ [% END %] </select> </p> -[% END %] <input type="hidden" name="send_method" value="Email"> <input type="hidden" name="jurisdiction" id="jurisdiction" value="[% body.jurisdiction %]"> |