aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-03-23 13:57:48 +0000
committerStruan Donald <struan@exo.org.uk>2012-03-23 13:57:48 +0000
commit3567a4899d2ae84a4f3f8e49eb424731045b3f86 (patch)
treec69f3da83dd6b373f899f04354b46eef81197146
parent00663dc1bed13a586ed4555086463f51be38ed4e (diff)
indicate if there is any extra data associated with the report
-rw-r--r--templates/web/default/admin/report_edit.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/default/admin/report_edit.html b/templates/web/default/admin/report_edit.html
index cbba1b3b0..9ef7e8248 100644
--- a/templates/web/default/admin/report_edit.html
+++ b/templates/web/default/admin/report_edit.html
@@ -37,6 +37,7 @@
<li>[% loc('Service:') %] [% problem.service %]</li>
<li>[% loc('Cobrand:') %] [% problem.cobrand %]</li>
<li>[% loc('Cobrand data:') %] [% problem.cobrand_data %]</li>
+<li>[% loc('Extra data:') %] [% problem.extra ? 'Yes' : 'No' %]</li>
<li>[% loc('Going to send questionnaire?') %] [% IF problem.send_questionnaire %][% loc('Yes') %][% ELSE %][% loc('No') %][% END %]</li>
<li><label for="flagged">[% loc('Flagged:') %]</label> <input type="checkbox" name="flagged"[% ' checked' IF problem.flagged %]></li>