diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-23 12:04:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-23 12:04:53 +0100 |
commit | b742fbb7a3a8c8a771d3a0cddef948067cd03dfe (patch) | |
tree | 078c3cdfcdfa75ca13d0cf00d5ebf667a2e3ba6a | |
parent | 9b12f95ffb23f7a1e45f47c0bf860ed348ddbf39 (diff) |
display cross sell advert
-rw-r--r-- | templates/web/default/alert/confirm.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/alert/confirm.html b/templates/web/default/alert/confirm.html index 89b0e09f9..3dc4bed97 100644 --- a/templates/web/default/alert/confirm.html +++ b/templates/web/default/alert/confirm.html @@ -10,4 +10,6 @@ [% END %] </p> +[% display_crossell_advert( alert.user.email, alert.user.name ) %] + [% INCLUDE 'footer.html' %] |