titre adhésion
This commit is contained in:
parent
9a4cda060f
commit
a20605ae1c
|
|
@ -77,7 +77,7 @@
|
||||||
{% if email %}
|
{% if email %}
|
||||||
<label for="email">Vérifiez votre adresse Email</label>
|
<label for="email">Vérifiez votre adresse Email</label>
|
||||||
<input type="email" name="email" id="Email" required="True"
|
<input type="email" name="email" id="Email" required="True"
|
||||||
style="text-transform: lowercase;" value="{{ email }}" />
|
style="text-transform: lowercase;" value="{{ email }}"/>
|
||||||
{% else %}
|
{% else %}
|
||||||
<label for="email">Entrez votre adresse Email</label>
|
<label for="email">Entrez votre adresse Email</label>
|
||||||
<input type="email" name="email" id="email" required="True"
|
<input type="email" name="email" id="email" required="True"
|
||||||
|
|
@ -196,7 +196,8 @@
|
||||||
|
|
||||||
<!-- adhesion -->
|
<!-- adhesion -->
|
||||||
<article id="adherer">
|
<article id="adherer">
|
||||||
<h2 class="major">Adhésion {{ client_name }}</h2>
|
<h2>Adhésion</h2>
|
||||||
|
<h2 class="major">{{ client_name }}</h2>
|
||||||
<form method="post" action="#">
|
<form method="post" action="#">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="fields">
|
<div class="fields">
|
||||||
|
|
@ -221,7 +222,8 @@
|
||||||
|
|
||||||
<!-- adhesion -->
|
<!-- adhesion -->
|
||||||
<article id="demande_nom_prenom_tel">
|
<article id="demande_nom_prenom_tel">
|
||||||
<h2 class="major">Adhésion {{ client_name }}</h2>
|
<h2>Adhésion</h2>
|
||||||
|
<h2 class="major">{{ client_name }}</h2>
|
||||||
<h4 id="knew_text">Nous avons déja : </h4>
|
<h4 id="knew_text">Nous avons déja : </h4>
|
||||||
<h4>Il nous manque ces informations pour votre adhésion :</h4>
|
<h4>Il nous manque ces informations pour votre adhésion :</h4>
|
||||||
<form method="post" action="#">
|
<form method="post" action="#">
|
||||||
|
|
@ -262,7 +264,8 @@
|
||||||
{% for tarif in tarifs_adhesion %}
|
{% for tarif in tarifs_adhesion %}
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li><a id="{{ tarif.name | slugify }}" href="#paiementadhesionenligne"
|
<li><a id="{{ tarif.name | slugify }}" href="#paiementadhesionenligne"
|
||||||
class="button primary field">{{ tarif.name }} {{ tarif.prix | floatformat:2 | intcomma }}€</a></li>
|
class="button primary field">{{ tarif.name }} {{ tarif.prix | floatformat:2 | intcomma }}€</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<h4>Payer à l'acceuil de l'association avec un vrai humain :</h4>
|
<h4>Payer à l'acceuil de l'association avec un vrai humain :</h4>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue