diff options
-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> |