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 %}