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