Fix typo in notifications.html (#79)
This commit is contained in:
parent
8139ccffdb
commit
73cec4139d
@ -6,7 +6,7 @@
|
|||||||
{% for event in events %}
|
{% for event in events %}
|
||||||
{% include "activities/_event.html" %}
|
{% include "activities/_event.html" %}
|
||||||
{% empty %}
|
{% empty %}
|
||||||
No notirications yet.
|
No notifications yet.
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if page_obj.has_next %}
|
{% if page_obj.has_next %}
|
||||||
|
Reference in New Issue
Block a user