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