diff options
Diffstat (limited to 'src/templates/en/sent.html')
-rw-r--r-- | src/templates/en/sent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/en/sent.html b/src/templates/en/sent.html index 5094c4b..f4f1541 100644 --- a/src/templates/en/sent.html +++ b/src/templates/en/sent.html @@ -12,7 +12,7 @@ <% } else { %> <h3>Thanks. Your report will be sent to the authorities immediately.</h3> - <p class="center"><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">View it on the site</a></p> + <p class="center"><input type="button" data-theme="a" id="open_report" value="View it on the site"></p> <% } %> |