diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-08-30 12:53:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-08-30 12:54:08 +0100 |
commit | ea1d29bce23145befedc227c2cb6a8ca7e3e5613 (patch) | |
tree | cfb848ec115a8dfedd6353e3322e50e8cc1df760 | |
parent | 71b8013bf89590d78fbe757b74d24be912026e9f (diff) |
[Bristol] Include ID in closed-to-updates message.
-rw-r--r-- | templates/web/bristol/report/_updates_disallowed_message.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/bristol/report/_updates_disallowed_message.html b/templates/web/bristol/report/_updates_disallowed_message.html new file mode 100644 index 000000000..32b160d5f --- /dev/null +++ b/templates/web/bristol/report/_updates_disallowed_message.html @@ -0,0 +1,6 @@ +<p>[% loc('This report is now closed to updates.') %] + [% tprintf(loc('You can <a href="%s">make a new report in the same location</a>.'), + c.uri_for( '/report/new', { longitude = longitude, latitude = latitude } ) + ) %] + Please reference <b>[% problem.id %]</b> in your new report if it is an update on this one. +</p> |