From 383f9a43efab45b6b4b02d14a31db8e5964db607 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 2 Sep 2023 22:37:52 +0100 Subject: [PATCH] Move font awesome above scripts to avoid visual jump --- app/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 6d01730e..4da8867a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -276,10 +276,10 @@ {% endif %} + + - - {% block scriptextra %}{% endblock %}