From 589aaf8f497fa247e543ba70faa2975591e1afc4 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 21:03:46 -0600 Subject: [PATCH] fix --- files/templates/default.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index 6b5d5e1921..fa2a55edf5 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -199,10 +199,15 @@ {% block stylesheets %} + {% assets 'css' %} + + {% endassets %} + + {% if v %} - + {% if v.agendaposter %} @@ -211,16 +216,12 @@ {% endif %} {% else %} - + {% endif %} - {% assets 'css' %} - - {% endassets %} - {% endblock %}