diff --git a/pylons_app/templates/payment_confirmation.html b/pylons_app/templates/payment_confirmation.html deleted file mode 100644 --- a/pylons_app/templates/payment_confirmation.html +++ /dev/null @@ -1,19 +0,0 @@ -## -*- coding: utf-8 -*- -<%inherit file="base/base.html"/> -<%def name="page_title()"> - ${_('Wire transfer confirmation')} - - -<%def name="body()"> -

${h.link('Home','/')} / ${_('Wire transfer confirmation')}

- - % for k,v in c.form_result.items(): - %if k not in ['_authentication_token','recipient','send']: - - - - - %endif - % endfor -
${k}${v}
- \ No newline at end of file