diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-24 17:17:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-24 17:17:25 +0100 |
commit | 75508655346c12cb56c3e2ae521ed8919f228a9e (patch) | |
tree | bcd55686c89a0902723d7a04ea77d5495e882119 | |
parent | 76f4863367d3ee3fd1b309793f5b9f0276229893 (diff) |
bah, forgot to commit this ages ago
-rw-r--r-- | templates/web/default/tokens/confirm_update.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/web/default/tokens/confirm_update.html b/templates/web/default/tokens/confirm_update.html new file mode 100644 index 000000000..72816be51 --- /dev/null +++ b/templates/web/default/tokens/confirm_update.html @@ -0,0 +1,14 @@ +[% INCLUDE 'header.html', title => loc('Confirmation') %] + +<h1>[% loc('Confirmation') %]</h1> + +<p class="confirmed"> +[% + tprintf( loc('You have successfully confirmed your update and you can now <a href="%s">view it on the site</a>'), c.uri_for( '/report', + update.problem.id ) _ '#' _ update.id ); +%] +</p> + +[% display_crossell_advert( update.user.email, update.name ) %] + +[% INCLUDE 'footer.html' %] |