aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-10-25 16:01:38 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-10-25 16:01:38 +0100
commit12a08b9d750cdf570138f6e2ada97031fa0f23cf (patch)
tree8793429af5363961c033d504e6d9cee2631f4429
parent628ae40f97da7e716bd9037bd0a22eb36e634c91 (diff)
Include disabled copy of email address when logged in.
-rw-r--r--templates/web/fixmystreet/report/new/fill_in_details_form.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/fixmystreet/report/new/fill_in_details_form.html b/templates/web/fixmystreet/report/new/fill_in_details_form.html
index 0c3523c73..da0875c8d 100644
--- a/templates/web/fixmystreet/report/new/fill_in_details_form.html
+++ b/templates/web/fixmystreet/report/new/fill_in_details_form.html
@@ -114,6 +114,9 @@
[% IF c.user_exists %]
<div class="form-box">
+ <label for="form_email">[% loc('Your email') %]</label>
+ <input disabled type="text" value="[% report.user.email | html %]">
+
[% INCLUDE 'report/new/extra_name.html' %]
<label for="form_name">[% loc('Name') %]</label>