diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-17 07:35:18 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-30 12:44:57 +0100 |
commit | a5ad498457e92ba37b43a84331c3924e43b40bba (patch) | |
tree | 6ef8cc4a67fb2c894367cb27eb19d9715265e443 | |
parent | e4beb62c8e8bf9e946266b522ef027383e3fa8c1 (diff) |
[Zurich] Add external body email to report edit.
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index a46bbfc3f..6f69161fe 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -268,6 +268,7 @@ [% ELSE %] [% loc('Message to competent body:') %] [% END %] + [% problem.body(c).endpoint %] </h2> <div class="admin-external-message"> [% problem.extra.external_message | html_para %] |