kpsul/kfet/templates/kfet/account_create_form.html
2016-09-03 23:44:45 +02:00

10 lines
310 B
HTML

{% 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 %}
{% if user_form %}
{% include 'kfet/form_submit_snippet.html' with value="Enregistrer" %}
{% endif %}