2016-09-03 16:03:36 +02:00
|
|
|
{% load widget_tweaks %}
|
|
|
|
|
2016-09-03 23:44:45 +02:00
|
|
|
{% 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 %}
|
2016-09-03 23:44:45 +02:00
|
|
|
{% include 'kfet/form_submit_snippet.html' with value="Enregistrer" %}
|
2016-09-03 16:03:36 +02:00
|
|
|
{% endif %}
|