aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/report/new/form_user_loggedin.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/web/base/report/new/form_user_loggedin.html b/templates/web/base/report/new/form_user_loggedin.html
index 8e6629273..e841845bf 100644
--- a/templates/web/base/report/new/form_user_loggedin.html
+++ b/templates/web/base/report/new/form_user_loggedin.html
@@ -30,10 +30,8 @@
[% END %]
<label for="form_email">[% loc('Email address') %]</label>
- <input class="form-control" id="form_email"
- [%- IF js OR can_contribute_as_another_user OR can_contribute_as_body -%]
- name="email"
- [%- ELSE -%]
+ <input class="form-control" id="form_email" name="email"
+ [%- IF NOT can_contribute_as_another_user -%]
disabled
[%- END -%]
type="text" value="[% c.user.email | html %]">