diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/tokens/confirm_problem.html | 6 |
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 %]&longitude=[% report.longitude %]" class="btn btn-primary"> + [% loc('Report another problem here') %] + </a> + </p> + </div> [% INCLUDE |