forked from gergely/calendar-social
Allow users to list their notifications
This is in very early stage, but at least it works.
This commit is contained in:
7
calsocial/templates/notifications.html
Normal file
7
calsocial/templates/notifications.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
{% for notif in notifs %}
|
||||
{{ notif.message }}<br>
|
||||
{% endfor %}
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user