9 lines
310 B
HTML
9 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 %}
|