From ddb3436275d3f02183f515c38cd3193cd1dfe2f4 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 18:42:47 -0700 Subject: Boosting! Incoming, anyway. --- templates/activities/notifications.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/activities/notifications.html (limited to 'templates/activities/notifications.html') diff --git a/templates/activities/notifications.html b/templates/activities/notifications.html new file mode 100644 index 0000000..c071a49 --- /dev/null +++ b/templates/activities/notifications.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} + +{% block title %}Notifications{% endblock %} + +{% block content %} + {% include "activities/_home_menu.html" %} + +
+
+ {% for event in events %} + {% include "activities/_event.html" %} + {% empty %} + No events yet. + {% endfor %} +
+ +
+

?

+
+ +
+{% endblock %} -- cgit v1.2.3