Blocks in view: user.form.create

This commit is contained in:
xdrm-brackets 2017-11-08 13:58:19 +01:00
parent ccf11739e2
commit 7a2248f7da
1 changed files with 19 additions and 12 deletions

View File

@ -1,4 +1,6 @@
<form class='valid'>
{% block form_tag %} <form class='valid'> {% endblock %}
{% block input %}
<input id='create_code' type='text' placeholder='CO-DE-RF-ID'><br>
<span class='error-msg create_code'></span><br>
@ -15,7 +17,12 @@
<input id='create_mail' type='text' placeholder='Mail'><br>
<span class='error-msg create_mail'></span><br>
{% endblock %}
{% block submit %}
<button id='create_submit'>Créer</button>
{% endblock %}
</form>