From b8aba0da9bda07f07217a01f52ba71ccf6c458c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 19 Nov 2015 16:02:05 +0100 Subject: [PATCH] misc: use i18n in payment_form template (#9046) --- lingo/templates/lingo/payment_form.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lingo/templates/lingo/payment_form.html b/lingo/templates/lingo/payment_form.html index 5ea0a20..744bf7b 100644 --- a/lingo/templates/lingo/payment_form.html +++ b/lingo/templates/lingo/payment_form.html @@ -1,9 +1,10 @@ +{% load i18n %}

-Redirection de paiement en cours... +{% trans "Please wait while your browser is being redirected to the payment website..." %}

{% for field in form.fields %}