diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-07 13:09:04 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-07 13:09:04 +0000 |
commit | 6879af98d0246b6973affff08a4e078206bb5dfc (patch) | |
tree | 73dbc53ea15e1e3324cf9843ccf39bc2cdc23b95 /templates/web/base | |
parent | 1e301bf1e07daf35150d54b132bbbe66f0a8095e (diff) | |
parent | d126f95249a0a7b0b0c3289b597a7b89e13a2fbb (diff) |
Merge branch '1944-admin-remove-account'
Diffstat (limited to 'templates/web/base')
-rw-r--r-- | templates/web/base/admin/user-form.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/admin/user-form.html b/templates/web/base/admin/user-form.html index 63d4858ab..9dc14c98d 100644 --- a/templates/web/base/admin/user-form.html +++ b/templates/web/base/admin/user-form.html @@ -200,8 +200,10 @@ </p> [% IF user AND NOT user.from_body %] <ul class="no-bullets danger-zone"> + <li><input class="btn-danger" type="submit" name="logout_everywhere" value="[% loc('Log out of all sessions') %]"> <li><input class="btn-danger" type="submit" name="anon_everywhere" value="[% loc('Make anonymous on all reports and updates') %]"> <li><input class="btn-danger" type="submit" name="hide_everywhere" value="[% loc('Hide all reports and updates') %]"> + <li><input class="btn-danger" type="submit" name="remove_account" value="[% loc('Remove account details') %]"> </ul> [% END %] |