diff options
Diffstat (limited to 'templates/web/bromley/tokens/confirm_problem.html')
-rw-r--r-- | templates/web/bromley/tokens/confirm_problem.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/bromley/tokens/confirm_problem.html b/templates/web/bromley/tokens/confirm_problem.html new file mode 100644 index 000000000..840f0b061 --- /dev/null +++ b/templates/web/bromley/tokens/confirm_problem.html @@ -0,0 +1,11 @@ +[% INCLUDE 'header.html', title = loc('Confirmation') %] + +<h1>[% loc('Confirmation') %]</h1> + +<p class="confirmed"> +Thank you. You have successfully confirmed your report +and this will now be investigated by the council. +You can <a href="[% c.uri_for( '/report', problem.id ) %]">view the problem on this site</a>. +</p> + +[% INCLUDE 'footer.html' %] |