Blocks in view: profile/password
This commit is contained in:
parent
aec043a67e
commit
3d99edc000
|
@ -1,4 +1,6 @@
|
|||
<form class='search'>
|
||||
{% block form_tag %} <form class='search'> {% endblock %}
|
||||
|
||||
{% block input %}
|
||||
|
||||
<input id='old_pwd' type='password' placeholder='Mot de passe actuel'><br>
|
||||
<span class='error-msg old_pwd'></span><br>
|
||||
|
@ -9,7 +11,12 @@
|
|||
<input id='confirm_pwd' type='password' placeholder='Confirmation'><br>
|
||||
<span class='error-msg confirm_pwd'></span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block submit %}
|
||||
|
||||
<button id='update_pwd'>Mettre à jour</button>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
</form>
|
Loading…
Reference in New Issue