forked from DGNum/gestioCOF
1499c0bced
K-Fêt - Wagtail - Page content becomes a StreamField. - GroupTeam snippet becomes a block for stream field. - Navigation menu moved becomes a "flatmenu", preventing possible future conflicts. - Page layout can be modified in wagtail admin. K-Fêt - Add shorthands for ukf account balance/article price. - Cleaning stylesheets and templates.
8 lines
287 B
HTML
8 lines
287 B
HTML
<form action="" method="post" class="form-horizontal">
|
|
{% csrf_token %}
|
|
{% include "kfet/form_snippet.html" %}
|
|
{% if not authz %}
|
|
{% include "kfet/form_authentication_snippet.html" %}
|
|
{% endif %}
|
|
{% include "kfet/form_submit_snippet.html" with value=submit_text %}
|
|
</form>
|