diff options
Diffstat (limited to 'templates/sent.html')
-rw-r--r-- | templates/sent.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/sent.html b/templates/sent.html index ee86958..ffaaa1d 100644 --- a/templates/sent.html +++ b/templates/sent.html @@ -14,4 +14,9 @@ <p class="center"><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">[% loc('View it on the site') %]</a></p> <% } %> + + + <div class="bottom-btn"> + <input type="button" id="id_report_another" data-theme="a" value="[% loc('Start new report') %]" > + </div> </div> |