- kfet/base_col_1.html for one column content. - kfet/base_col_2.html for two columns content (left for fixed content, right for main content).
10 lines
309 B
HTML
10 lines
309 B
HTML
{% load kfet_tags %}
|
|
|
|
<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>
|