gestioCOF/kfet/templates/kfet/account_create_form.html

10 lines
310 B
HTML
Raw Normal View History

2016-09-03 16:03:36 +02:00
{% load widget_tweaks %}
{% include 'kfet/form_snippet.html' with form=user_form %}
{% include 'kfet/form_snippet.html' with form=cof_form %}
{% include 'kfet/form_snippet.html' with form=account_form %}
2016-09-03 16:03:36 +02:00
{% if user_form %}
{% include 'kfet/form_submit_snippet.html' with value="Enregistrer" %}
2016-09-03 16:03:36 +02:00
{% endif %}