diff options
Diffstat (limited to 'templates/web/default/admin/user_edit.html')
-rw-r--r-- | templates/web/default/admin/user_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/user_edit.html b/templates/web/default/admin/user_edit.html index 205e6561e..f1fc83c05 100644 --- a/templates/web/default/admin/user_edit.html +++ b/templates/web/default/admin/user_edit.html @@ -12,7 +12,7 @@ <li>[% loc('Council:') %] <select id='body' name='body'> <option value=''>[% loc('No council') %]</option> [% FOR body IN bodies %] - <option value="[% body.id %]"[% ' selected' IF body.id == user.from_body %]>[% body.name %]</option> + <option value="[% body.id %]"[% ' selected' IF body.id == user.from_body.id %]>[% body.name %]</option> [% END %] </select> <li>[% loc('Flagged:') %] <input type="checkbox" id="flagged" name="flagged"[% user.flagged ? ' checked' : '' %]></li> |