From d5755395557f6030fe39a80f18c0e28687c4a07b Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Fri, 23 Mar 2018 15:00:50 +0100 Subject: [PATCH] mandayejs meyzieu: change association form submission button label (#22770) --- templates/variants/meyzieu/mandaye/associate.html | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/variants/meyzieu/mandaye/associate.html diff --git a/templates/variants/meyzieu/mandaye/associate.html b/templates/variants/meyzieu/mandaye/associate.html new file mode 100644 index 0000000..d8889f6 --- /dev/null +++ b/templates/variants/meyzieu/mandaye/associate.html @@ -0,0 +1,26 @@ +{% load i18n static %} + + + + + {% include 'mandaye/association_styles.html' %} + {% trans 'Associate your account' %} + + +
+

{% trans 'Associate your account' %}

+ {% if messages %} + + {%endif%} +
+ {% csrf_token %} + {{ form.as_p }} +

+
+
+ + -- 2.11.0