From 53e6b315d02efdc1bf9fa592016c39038931725e Mon Sep 17 00:00:00 2001 From: test test Date: Mon, 14 Jun 2021 14:53:20 +0200 Subject: [PATCH] Fix display issue with captcha --- .../registration/registration_form.html | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/teleforma/templates/registration/registration_form.html b/teleforma/templates/registration/registration_form.html index 07957b52..b8478c87 100644 --- a/teleforma/templates/registration/registration_form.html +++ b/teleforma/templates/registration/registration_form.html @@ -27,12 +27,14 @@
{% csrf_token %} - -

Pour ceux qui souhaitent s’inscrire en présentiel, nous vous informons que vous êtes susceptibles - - dans la mesure ou les conditions sanitaires ne s’amélioreraient pas d’ici fin juin et que les mesures gouvernementales nous imposeraient des effectifs réduits – d’être basculé en e-learning.

+ +

Pour ceux qui souhaitent s’inscrire en présentiel, nous vous informons que vous êtes + susceptibles + - dans la mesure ou les conditions sanitaires ne s’amélioreraient pas d’ici fin juin et que les mesures + gouvernementales nous imposeraient des effectifs réduits – d’être basculé en e-learning.

Bien évidemment, dans ce cas de figure, vous seriez remboursé à due concurrence.

-
+

{% if mode_corrector %}Pré-inscription des correcteurs - PRÉ-BARREAU - CRFPA{% else %}{% trans "Pre-registration" %} - @@ -72,8 +74,8 @@

votre formation{% if mode_corrector %}Statut{% else %}Votre formation{% endif %}

+ alt="votre formation" title="votre formation" + class="votreformation" />{% if mode_corrector %}Statut{% else %}Votre formation{% endif %}
{% for fieldname in form.training_fields %} {% with field=form|get_item:fieldname %} @@ -96,7 +98,7 @@ * Champs obligatoires
-
+
{{ form.payment_schedule.errors }} @@ -119,12 +121,13 @@ {{ form.promo_code }} - +
{{ form.captcha.errors }} - {{ form.captcha }} + {{ form.captcha }} +
{% trans "Submit" %}
@@ -158,7 +161,7 @@ function updateFascicule() { var platformOnly = $("[name='platform_only']").val() === 'True' ? true : false; - if(platformOnly) + if (platformOnly) $("[name='fascicule']").parent().show(); else $("[name='fascicule']").parent().hide(); @@ -177,4 +180,4 @@ width: 222px; } -{% endblock %} +{% endblock %} \ No newline at end of file -- 2.39.5