* refactors/renames folders and files for generic template rendering
* removes unused choiceColumnForm.html
This commit is contained in:
mipel
2021-10-06 16:15:40 +02:00
parent 3842bcf0b1
commit 0e839f5e44
18 changed files with 26 additions and 31 deletions

View File

@@ -18,7 +18,7 @@
<article>
{{ form.form_caption }}
</article>
{% include 'form/generic_table_form_body.html' %}
{% include 'form/table/generic_table_form_body.html' %}
</div>
{% if form.render_submit %}
<div class="modal-footer">