diff options
Diffstat (limited to 'templates/web/default/tokens')
-rw-r--r-- | templates/web/default/tokens/confirm_update.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/default/tokens/confirm_update.html b/templates/web/default/tokens/confirm_update.html index 72816be51..cae702073 100644 --- a/templates/web/default/tokens/confirm_update.html +++ b/templates/web/default/tokens/confirm_update.html @@ -3,10 +3,16 @@ <h1>[% loc('Confirmation') %]</h1> <p class="confirmed"> -[% +[% IF creator_fixed %] +[% + tprintf(loc('Thank you — you can <a href="%s">view your updated problem</a> on the site.'), c.uri_for( '/report', problem_id ) ); +%] +[% ELSE %] +[% 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 ); %] +[% END %] </p> [% display_crossell_advert( update.user.email, update.name ) %] |