mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 23:01:00 +00:00
Fix typo in notifications.html (#79)
This commit is contained in:
parent
8139ccffdb
commit
73cec4139d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue