konova/intervention/templates/intervention/form/view.html
mipel 0e839f5e44 #7 New Form
* refactors/renames folders and files for generic template rendering
* removes unused choiceColumnForm.html
2021-10-06 16:15:40 +02:00

6 lines
126 B
HTML

{% extends 'base.html' %}
{% load i18n l10n %}
{% block body %}
{% include 'form/collapsable/form.html' %}
{% endblock %}