* refactors/renames folders and files for generic template rendering * removes unused choiceColumnForm.html
6 lines
126 B
HTML
6 lines
126 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n l10n %}
|
|
|
|
{% block body %}
|
|
{% include 'form/collapsable/form.html' %}
|
|
{% endblock %} |