From 3acfcdd744011f263f1212d22aafaef6c813c314 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 9 Oct 2018 13:17:29 -0400 Subject: [PATCH] Use notifications setting --- brutaldon/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 5dd2989..6b2c4e3 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -80,7 +80,7 @@ - {% if not preferences.theme.is_brutalist %} + {% if preferences.notifications and not preferences.theme.is_brutalist %} @@ -91,7 +91,7 @@ data-badge="{{ notifications }}">   Notifications - {% elif notifications %} + {% elif notifications and preferences.notifications %}   Notifications ({{ notifications }}) {% else %}   Notifications