diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/ZeroTB.pm | 1 | ||||
-rw-r--r-- | templates/web/zerotb/report/display.html | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/ZeroTB.pm b/perllib/FixMyStreet/Cobrand/ZeroTB.pm index 589a9e922..a63a451cc 100644 --- a/perllib/FixMyStreet/Cobrand/ZeroTB.pm +++ b/perllib/FixMyStreet/Cobrand/ZeroTB.pm @@ -28,6 +28,7 @@ sub allow_photo_display { return 0; } sub allow_photo_upload{ return 0; } sub send_questionnaires { return 0; } sub on_map_default_max_pin_age { return 0; } +sub never_confirm_updates { 1; } 1; diff --git a/templates/web/zerotb/report/display.html b/templates/web/zerotb/report/display.html index 5febcaaab..9161fb586 100644 --- a/templates/web/zerotb/report/display.html +++ b/templates/web/zerotb/report/display.html @@ -15,6 +15,12 @@ [% INCLUDE 'report/banner.html' %] +[% IF c.flash.comment_created %] +<p> +[% loc('Your report has been sent') %] +</p> +[% END %] + [% INCLUDE 'report/_main.html' %] <div class="shadow-wrap"> |