diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zerotb/report/display.html | 6 |
1 files changed, 6 insertions, 0 deletions
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"> |