Fix typo in notifications.html (#79)

This commit is contained in:
Avi Flax 2022-11-29 16:15:37 -05:00 committed by GitHub
parent 8139ccffdb
commit 73cec4139d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}