feat: add basic notifications

This commit is contained in:
2024-08-02 19:11:55 +02:00
parent 91fe53400e
commit 7c8dcaf171
3 changed files with 88 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
<div class="profile-card">
{% include "fellchensammlung/forms/change_language.html" %}
{% if user.is_authenticated %}
<a class="btn2" href="{{ user.get_notifications_url }}"><i class="fa fa-bell" aria-hidden="true"></i></a>
<a class="btn2" href="{{ user.get_absolute_url }}"><i aria-hidden="true" class="fas fa-user"></i></a>
<form class="btn2 button_darken" action="{% url 'logout' %}" method="post">
{% csrf_token %}