From f1e783e0579584179d9d034b77226633324fa001 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Sat, 4 Jan 2020 01:18:25 -0800 Subject: [PATCH] system notifs foundation --- web/templates/base.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/templates/base.html b/web/templates/base.html index 43091e9..0e532f1 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -138,6 +138,18 @@ {% endif %} + {% if system_notification %} + + {% endif %} + {% block content %} {% endblock %}