* 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 cac223c922
commit 86ed11c907
18 changed files with 26 additions and 31 deletions

View File

@@ -2,5 +2,5 @@
{% load i18n l10n %}
{% block body %}
{% include 'form/main_data_collapse_form.html' %}
{% include 'form/collapsable/form.html' %}
{% endblock %}