Rework blog section
Wrok in bloc sectionn
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
{% block main %}
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
<h3> Mon profil </h3>
|
||||
<p>
|
||||
@@ -15,8 +13,10 @@
|
||||
cela vous convient.
|
||||
</p>
|
||||
|
||||
<p> Pour votre mail de secours il sert à vous envoyer un mail pour changer de mot de passe en cas de perte de ce dernier. Il n'y a
|
||||
pas encore de validation de l'e-mail donc vérifiez bien ce que vous tapez. </p>
|
||||
<p>
|
||||
Pour votre mail de secours il sert à vous envoyer un mail pour changer de mot de passe en cas de perte de ce dernier. Il n'y a
|
||||
pas encore de validation de l'e-mail donc vérifiez bien ce que vous tapez.
|
||||
</p>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
@@ -30,40 +30,40 @@
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<label for="theme">Theme</label>
|
||||
<select id="theme" name="theme" required>
|
||||
<option value="" selected>Default</option>
|
||||
<option>amber</option>
|
||||
<option>blue</option>
|
||||
<option>cyan</option>
|
||||
<option>fuchsia</option>
|
||||
<option>green</option>
|
||||
<option>grey</option>
|
||||
<option>indigo</option>
|
||||
<option>jade</option>
|
||||
<option>orange</option>
|
||||
<option>rose</option>
|
||||
<option>pumpkin</option>
|
||||
<option>purple</option>
|
||||
<option>red</option>
|
||||
<option>sand</option>
|
||||
<option>slate</option>
|
||||
<option>violet</option>
|
||||
<option>yellow</option>
|
||||
<option>zinc</option>
|
||||
</select>
|
||||
<label for="theme">Theme</label>
|
||||
<select id="theme" name="theme" required>
|
||||
<option value="" selected>Default</option>
|
||||
<option>amber</option>
|
||||
<option>blue</option>
|
||||
<option>cyan</option>
|
||||
<option>fuchsia</option>
|
||||
<option>green</option>
|
||||
<option>grey</option>
|
||||
<option>indigo</option>
|
||||
<option>jade</option>
|
||||
<option>orange</option>
|
||||
<option>rose</option>
|
||||
<option>pumpkin</option>
|
||||
<option>purple</option>
|
||||
<option>red</option>
|
||||
<option>sand</option>
|
||||
<option>slate</option>
|
||||
<option>violet</option>
|
||||
<option>yellow</option>
|
||||
<option>zinc</option>
|
||||
</select>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<label>Nom </label>
|
||||
<input type="text" name="nom" id="nom" value="{% if profil['nom'] != None %}{{ profil['nom'] }}{%endif%}"><br />
|
||||
<label>Prenom </label>
|
||||
<input type="text" name="prenom" id="prenom" value="{% if profil['nom'] != None %}{{ profil['prenom'] }}{%endif%}"><br />
|
||||
<label> Age </label>
|
||||
<input type="text" name="age" value="{% if profil['age'] != None %}{{ profil['age'] }}{%endif%}"><br />
|
||||
<label> Mail de secours </label>
|
||||
<input type="text" name="mail_rescue" id="mail_rescue" value="{% if profil['mail_rescue'] != None %}{{ profil['mail_rescue'] }}{%endif%}"><br />
|
||||
<button id="tada" class="btn btn-default btn-primary" type="submit">Envoyer</button>
|
||||
<label>Nom </label>
|
||||
<input type="text" name="nom" id="nom" value="{% if profil['nom'] != None %}{{ profil['nom'] }}{%endif%}"><br />
|
||||
<label>Prenom </label>
|
||||
<input type="text" name="prenom" id="prenom" value="{% if profil['nom'] != None %}{{ profil['prenom'] }}{%endif%}"><br />
|
||||
<label> Age </label>
|
||||
<input type="text" name="age" value="{% if profil['age'] != None %}{{ profil['age'] }}{%endif%}"><br />
|
||||
<label> Mail de secours </label>
|
||||
<input type="text" name="mail_rescue" id="mail_rescue" value="{% if profil['mail_rescue'] != None %}{{ profil['mail_rescue'] }}{%endif%}"><br />
|
||||
<button id="tada" class="btn btn-default btn-primary" type="submit">Envoyer</button>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user