Blocks in view: settings/password
This commit is contained in:
parent
d0515239c5
commit
ccf11739e2
|
@ -1,15 +1,22 @@
|
||||||
<form class='search'>
|
{% block form_tag %} <form class='search'> {% endblock %}
|
||||||
|
|
||||||
<input id='old_pwd' type='password' placeholder="Code d'accès actuel"><br>
|
{% block input %}
|
||||||
<span class='error-msg old_pwd'></span><br>
|
|
||||||
|
|
||||||
<input id='new_pwd' type='password' placeholder="Nouveau code d'accès"><br>
|
<input id='old_pwd' type='password' placeholder="Code d'accès actuel"><br>
|
||||||
<span class='error-msg new_pwd'></span><br>
|
<span class='error-msg old_pwd'></span><br>
|
||||||
|
|
||||||
<input id='confirm_pwd' type='password' placeholder='Confirmation'><br>
|
<input id='new_pwd' type='password' placeholder="Nouveau code d'accès"><br>
|
||||||
<span class='error-msg confirm_pwd'></span><br>
|
<span class='error-msg new_pwd'></span><br>
|
||||||
|
|
||||||
|
<input id='confirm_pwd' type='password' placeholder='Confirmation'><br>
|
||||||
|
<span class='error-msg confirm_pwd'></span><br>
|
||||||
|
|
||||||
<button id='update_pwd'>Mettre à jour</button>
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block submit %}
|
||||||
|
|
||||||
|
<button id='update_pwd'>Mettre à jour</button>
|
||||||
|
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
</form>
|
</form>
|
Loading…
Reference in New Issue