aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2018-08-02 14:33:02 +0100
committerZarino Zappia <mail@zarino.co.uk>2018-08-07 16:48:59 +0100
commit97820fbc232aba7447a3e58e3fd9f8f67ac46702 (patch)
treed09e1e1b5f7ea7f1c253d8a9fc8a0c377ec9c471 /templates
parentc1f234d45ec4d9530973e75a8d994dd8c96a129c (diff)
"Report another problem here" button on confirmation page
Part of #2012. Should make it much quicker to report multiple problems in the same location, one after the other.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/tokens/confirm_problem.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/base/tokens/confirm_problem.html b/templates/web/base/tokens/confirm_problem.html
index ff9882d4b..57ba42a54 100644
--- a/templates/web/base/tokens/confirm_problem.html
+++ b/templates/web/base/tokens/confirm_problem.html
@@ -31,6 +31,12 @@
[% TRY %][% INCLUDE 'tokens/_extras_confirm.html' %][% CATCH file %][% END %]
+ <p class="confirmation-again">
+ <a href="/report/new?latitude=[% report.latitude %]&amp;longitude=[% report.longitude %]" class="btn btn-primary">
+ [% loc('Report another problem here') %]
+ </a>
+ </p>
+
</div>
[% INCLUDE