diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-11 13:22:13 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-11 13:22:13 +0000 |
commit | 7e3a8767b2914e112263fbda198000f2a91411b0 (patch) | |
tree | 633aafd30e942ac4cac1f939d860ddfd25dbdb2b | |
parent | 7cde5612b27a5799fd5a96edff188057a8b81ded (diff) |
Always allow Zurich email endpoint to be editable.
-rw-r--r-- | templates/web/zurich/admin/body-form.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/web/zurich/admin/body-form.html b/templates/web/zurich/admin/body-form.html index 1fa606008..5ae8eb8a6 100644 --- a/templates/web/zurich/admin/body-form.html +++ b/templates/web/zurich/admin/body-form.html @@ -5,14 +5,10 @@ <input type="text" name="name" id="name" value="[% body.name %]" size="50"> </p> -[% IF admin_type == 'dm' %] <p> <label for="email">[% loc('Email') %]</label> <input type="text" name="endpoint" id="email" value="[% body.endpoint %]" size="50"> </p> -[% ELSE %] - <input type="hidden" name="endpoint" id="endpoint" value="[% body.endpoint %]"> -[% END %] [% IF admin_type == 'super' %] <p> |