konova/user/templates/user/notifications.html

5 lines
113 B
HTML
Raw Normal View History

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