Make actors and items in notifications links

This commit is contained in:
2018-07-10 10:26:43 +02:00
parent 17cca9380f
commit 0a1701dacd
2 changed files with 35 additions and 1 deletions

View File

@@ -2,6 +2,6 @@
{% block content %}
{% for notif in notifs %}
{{ notif.message }}<br>
{{ notif.html }}<br>
{% endfor %}
{% endblock content %}