From 46fc7ecc4d9ef560e0e0529de3af9c93c4cad4c8 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Sun, 26 Aug 2018 21:42:53 -0400 Subject: [PATCH] Actually load themes --- brutaldon/templates/base.html | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 1c6f1ab..2e0b70a 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -13,16 +13,22 @@ brutaldon {% endif %} {% endblock %} - {% if not preferences.theme.is_brutalist %} - - - - {% block page_scripts %} - {% endblock %} - {% else %} - + {% if not preferences %} + + + + {% else %} + + + {% if not prefrences.theme.is_brutalist %} + + {% block page_scripts %} + {% endblock %} + {% endif %} {% endif %} {% if own_acct %}