diff options
author | Avi Flax | 2022-11-29 16:15:37 -0500 |
---|---|---|
committer | GitHub | 2022-11-29 14:15:37 -0700 |
commit | 73cec4139deedda0fbcc564335365434f1565304 (patch) | |
tree | 8333659ea9ea9ead01bbce91278c0af76f5dd5f3 | |
parent | 8139ccffdb6450f4413eff4a9d880b6741c7dd01 (diff) | |
download | takahe-73cec4139deedda0fbcc564335365434f1565304.tar.gz takahe-73cec4139deedda0fbcc564335365434f1565304.tar.bz2 takahe-73cec4139deedda0fbcc564335365434f1565304.zip |
Fix typo in notifications.html (#79)
-rw-r--r-- | templates/activities/notifications.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/notifications.html b/templates/activities/notifications.html index f34dc28..2d0a434 100644 --- a/templates/activities/notifications.html +++ b/templates/activities/notifications.html @@ -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 %} |