aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/user-form.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-10-25 17:10:12 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-11-08 11:41:00 +0000
commitc948bacb4c6b48cc8cc21b2a772d3d27499fe0ed (patch)
tree47f23032fd421d19fa6ce072eaa3aaced2404c6c /templates/web/base/admin/user-form.html
parent8f936a242169909c24cbd4d13672c245319261e1 (diff)
Update translation files from source.
Diffstat (limited to 'templates/web/base/admin/user-form.html')
-rw-r--r--templates/web/base/admin/user-form.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/templates/web/base/admin/user-form.html b/templates/web/base/admin/user-form.html
index cfd85b465..17230e940 100644
--- a/templates/web/base/admin/user-form.html
+++ b/templates/web/base/admin/user-form.html
@@ -21,22 +21,22 @@
<li><label for="phone">[% loc('Phone:') %]</label>
<input type='text' class="form-control" id='phone' name='phone' value='[% user.phone | html %]'></li>
- [% IF c.user.is_superuser || c.cobrand.moniker == 'zurich' %]
- <li>
- <div class="admin-hint">
- <p>
- [% loc(
- "Normal (public) users should not be associated with any <strong>body</strong>.<br>
- Authorised staff users can be associated with the body they represent.<br>
- Depending on the implementation, staff users may have access to the dashboard (summary of
- activity across their body), the ability to hide reports or set special report statuses.")
- %]
- </p>
- </div>
- [% loc('Body:') %] <select class="form-control" id='body' name='body'>
- <option value=''>[% loc('No body') %]</option>
+ [% IF c.user.is_superuser || c.cobrand.moniker == 'zurich' %]
+ <li>
+ <div class="admin-hint">
+ <p>
+ [% loc(
+ "Normal (public) users should not be associated with any <strong>body</strong>.<br>
+ Authorised staff users can be associated with the body they represent.<br>
+ Depending on the implementation, staff users may have access to the dashboard (summary of
+ activity across their body), the ability to hide reports or set special report statuses.")
+ %]
+ </p>
+ </div>
+ [% loc('Body:') %] <select class="form-control" id='body' name='body'>
+ <option value=''>[% loc('No body') %]</option>
[% FOR body IN bodies %]
- <option value="[% body.id %]"[% ' selected data-originally-selected' IF body.id == user.from_body.id %]>[% body.name %]</option>
+ <option value="[% body.id %]"[% ' selected data-originally-selected' IF body.id == user.from_body.id %]>[% body.name %]</option>
[% END %]
</select>
</li>