Blocks in view: settings/password

This commit is contained in:
xdrm-brackets 2017-11-08 13:52:37 +01:00
parent d0515239c5
commit ccf11739e2
1 changed files with 15 additions and 8 deletions

View File

@ -1,4 +1,6 @@
<form class='search'> {% block form_tag %} <form class='search'> {% endblock %}
{% block input %}
<input id='old_pwd' type='password' placeholder="Code d'accès actuel"><br> <input id='old_pwd' type='password' placeholder="Code d'accès actuel"><br>
<span class='error-msg old_pwd'></span><br> <span class='error-msg old_pwd'></span><br>
@ -9,7 +11,12 @@
<input id='confirm_pwd' type='password' placeholder='Confirmation'><br> <input id='confirm_pwd' type='password' placeholder='Confirmation'><br>
<span class='error-msg confirm_pwd'></span><br> <span class='error-msg confirm_pwd'></span><br>
{% endblock %}
{% block submit %}
<button id='update_pwd'>Mettre à jour</button> <button id='update_pwd'>Mettre à jour</button>
{% endblock %}
</form> </form>