lingo: add possibility of explanation text in tipi payment cell (#20915)

This commit is contained in:
Frédéric Péters 2017-12-28 11:22:34 +01:00
parent fb9ec14343
commit adeaa387db
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
{% load i18n %}
{% load i18n combo %}
{% if title %}<h2>{{ title }}</h2>{% endif %}
<div>
{% trans "Introduction" context "tipi" as tipi_intro %}
{% placeholder "tipi_text" name=tipi_intro %}
<form name="tipi_form" id="tipi_form" data-url="{{ url }}" data-saisie="{{ mode }}" data-pesv2="{{ pesv2 }}">
<ul class="errorlist" id="popup_warning" style="display: none">
<li>{% trans "Your browser is blocking popups but they are required to start the payment, make sure they are allowed for this site." %}</li>