From 73cec4139deedda0fbcc564335365434f1565304 Mon Sep 17 00:00:00 2001 From: Avi Flax Date: Tue, 29 Nov 2022 16:15:37 -0500 Subject: Fix typo in notifications.html (#79) --- templates/activities/notifications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- cgit v1.2.3