feat: Link to comment

This commit is contained in:
2024-08-03 09:02:09 +02:00
parent b9c2de751d
commit 0b08647c7e
3 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
{% load custom_tags %}
<div class="notification">
<div class="notification-header">
<b>{{ notification.title }}</b>
<a href="{{ notification.url }}" ><b>{{ notification.title }}</b></a>
{{ notification.created_at }}
<form class="notification-card-mark-read" method="POST">
{% csrf_token %}