aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/admin/update_edit.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-08-09 18:33:52 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-08-09 18:33:52 +0100
commiteb9fdecc08f346b17c6cf9334a74fe13af69b716 (patch)
tree72f2ecada6ea6978a089dc36335d20dd023e8bd3 /templates/web/default/admin/update_edit.html
parenta4bfd8e348a5d589c7a3886cd5fe11bd12f17c6d (diff)
parent223c035294f0f3a79ae341349f8f78ffdf61ccd5 (diff)
Merge branch 'admin_abuse_additions'
Diffstat (limited to 'templates/web/default/admin/update_edit.html')
-rw-r--r--templates/web/default/admin/update_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/update_edit.html b/templates/web/default/admin/update_edit.html
index d7f212052..d4ac1b440 100644
--- a/templates/web/default/admin/update_edit.html
+++ b/templates/web/default/admin/update_edit.html
@@ -21,7 +21,7 @@
[% END %]
</select></li>
<li>[% loc('Name:') %] <input type='text' name='name' id='name' value='[% update.name | html %]'></li>
-<li>[% loc('Email:') %] <input type='text' id='email' name='email' value='[% update.user.email | html %]'></li>
+<li>[% loc('Email:') %] <input type='text' id='email' name='email' value='[% update.user.email | html %]'> [% PROCESS abuse_button %] [% PROCESS flag_button user=update.user %]</li>
<li>[% loc('Cobrand:') %] [% update.cobrand %]</li>
<li>[% loc('Cobrand data:') %] [% update.cobrand_data %]</li>
<li>[% loc('Created:') %] [% PROCESS format_time time=update.created %]</li>