From fe64f15949ff4de27df9f5ee9df3e1fd4f545362 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 13 May 2023 18:20:54 +0100 Subject: [PATCH] Fix stylesheet not being included --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index c0d540ca..0d5a9928 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -13,6 +13,7 @@ + {%- endif %} @@ -22,7 +23,6 @@ {%- endif %} - {%- endif %} {% block headextra %}{% endblock %}