diff options
author | Dave Arter <davea@mysociety.org> | 2015-05-26 14:21:49 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:27 +0100 |
commit | b16a1d18087728a84abdd76bc8f69d2cba54c65e (patch) | |
tree | 7255b73b812337ceb9e06ae06632518b32680107 /templates | |
parent | 2d1f6d10508cffb9c56e63e57763e48a94307f72 (diff) |
[Zurich] Display message sent to user when report is closed
On the report admin page, include the message the user received when the report was closed.
See mysociety/FixMyStreet-Commercial#718
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index f7bb5b202..64d0950ee 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -268,7 +268,7 @@ <input type="submit" name="Submit changes" value="[% loc('Submit changes') %]" > </p> -[% IF c.cobrand.problem_has_public_response(problem) %] +[% IF c.cobrand.problem_has_public_response(problem) || c.cobrand.problem_has_user_response(problem) %] <h2>[% loc('Public response:') %]</h2> <div class="admin-official-answer"> [% problem.extra.public_response | html_para %] |