calendar-social/calsocial/templates/notifications.html

8 lines
130 B
HTML

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