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 %}