titre adhésion
This commit is contained in:
parent
9a4cda060f
commit
a20605ae1c
|
|
@ -77,7 +77,7 @@
|
|||
{% if email %}
|
||||
<label for="email">Vérifiez votre adresse Email</label>
|
||||
<input type="email" name="email" id="Email" required="True"
|
||||
style="text-transform: lowercase;" value="{{ email }}" />
|
||||
style="text-transform: lowercase;" value="{{ email }}"/>
|
||||
{% else %}
|
||||
<label for="email">Entrez votre adresse Email</label>
|
||||
<input type="email" name="email" id="email" required="True"
|
||||
|
|
@ -196,7 +196,8 @@
|
|||
|
||||
<!-- adhesion -->
|
||||
<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="#">
|
||||
{% csrf_token %}
|
||||
<div class="fields">
|
||||
|
|
@ -221,7 +222,8 @@
|
|||
|
||||
<!-- adhesion -->
|
||||
<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>Il nous manque ces informations pour votre adhésion :</h4>
|
||||
<form method="post" action="#">
|
||||
|
|
@ -262,7 +264,8 @@
|
|||
{% for tarif in tarifs_adhesion %}
|
||||
<ul class="actions">
|
||||
<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>
|
||||
{% endfor %}
|
||||
<h4>Payer à l'acceuil de l'association avec un vrai humain :</h4>
|
||||
|
|
|
|||
Loading…
Reference in New Issue