forked from gergely/calendar-social
Move account related views to a separate blueprint
This commit is contained in:
9
calsocial/templates/account/notifications.html
Normal file
9
calsocial/templates/account/notifications.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
{% for notif in notifs %}
|
||||
{{ notif.html }}<br>
|
||||
{% else %}
|
||||
{% trans %}Nothing to show.{% endtrans %}
|
||||
{% endfor %}
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user