User menu

* adds user notifications and management
This commit is contained in:
mipel
2021-07-08 17:23:06 +02:00
parent f0a33b360d
commit 903a22973f
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 %}