misc: use i18n in payment_form template (#9046)

This commit is contained in:
Frédéric Péters 2015-11-19 16:02:05 +01:00
parent 2f06737731
commit b8aba0da9b
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
{% load i18n %}
<html>
<head>
</head>
<body onload="document.forms[0].submit()">
<p>
Redirection de paiement en cours...
{% trans "Please wait while your browser is being redirected to the payment website..." %}
</p>
<form action="{{ form.url }}" method="{{ form.method }}" style="display: none">
{% for field in form.fields %}