forked from DGNum/gestioCOF
15 lines
531 B
HTML
15 lines
531 B
HTML
<div class="row">
|
|
<div class="col-sm-12 col-md-8 col-md-offset-2 nopadding">
|
|
{% include "kfet/base_messages.html" %}
|
|
<div class="content-center content-form">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|