calendar-social/calsocial/templates/notifications.html
Gergely Polonkai 379a5b1bb0 Allow users to list their notifications
This is in very early stage, but at least it works.
2018-07-09 14:11:08 +02:00

8 lines
133 B
HTML

{% extends 'base.html' %}
{% block content %}
{% for notif in notifs %}
{{ notif.message }}<br>
{% endfor %}
{% endblock content %}