From 4fdafefcd5b0267e3b9958f3dcc6b05a6eeb0906 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 13 May 2018 17:55:28 +0100 Subject: Add notifications Fixes #28 --- app/templates/notifications/list.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/templates/notifications/list.html (limited to 'app/templates/notifications') diff --git a/app/templates/notifications/list.html b/app/templates/notifications/list.html new file mode 100644 index 0000000..fb133e8 --- /dev/null +++ b/app/templates/notifications/list.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} + +{% block title %} +Notifications +{% endblock %} + +{% block content %} + + {% endfor %} + +{% endblock %} -- cgit v1.2.3