konova/user/templates/user/notifications.html
mipel 86ed11c907 #7 New Form
* refactors/renames folders and files for generic template rendering
* removes unused choiceColumnForm.html
2021-10-06 16:15:40 +02:00

5 lines
113 B
HTML

{% extends 'base.html' %}
{% block body %}
{% include 'form/table/generic_table_form.html' %}
{% endblock %}