feat: Show notifications on profile

This commit is contained in:
2024-08-02 20:44:33 +02:00
parent 198fb88bfd
commit 63f542da81
5 changed files with 27 additions and 4 deletions

View File

@@ -14,7 +14,11 @@
{% endif %}
{% if user.id is request.user.id %}
<h2>{% translate 'Benachrichtigungen' %}</h2>
{% include "fellchensammlung/lists/list-notifications.html" %}
<h2>{% translate 'Meine Vermittlungen' %}</h2>
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
{% endif %}
{% endblock %}