User menu

* adds user notifications and management
This commit is contained in:
mipel
2021-07-08 17:23:06 +02:00
parent 41fff3a687
commit 1ced6fdadd
14 changed files with 377 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
{% extends 'base.html' %}
{% block body %}
{% include 'generic_table_form.html' %}
{% endblock %}