You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
432 B
11 lines
432 B
<form method="POST" action="" enctype="multipart/form-data">
|
|
{{ form.hidden_tag() }}
|
|
<fieldset class="form-group">
|
|
<div>{% include 'form/stringFields.html' %}</div>
|
|
<div>{% include 'form/selectFields.html' %}</div>
|
|
<div>{% include 'form/dateFields.html' %}</div>
|
|
<div>{% include 'form/boolFields.html' %}</div>
|
|
</fieldset>
|
|
<div>{% include 'form/submitField.html' %}</div>
|
|
</form>
|