From 6f6eb6128cf23c852557f73777489ea2fce0c5c8 Mon Sep 17 00:00:00 2001 From: "Fafner [_KeyZee_]" Date: Wed, 25 Nov 2020 20:16:18 +0100 Subject: [PATCH] reorganise 'scripts' for the stats --- website/web/templates/main.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/web/templates/main.html b/website/web/templates/main.html index 9cf3367..e942df4 100644 --- a/website/web/templates/main.html +++ b/website/web/templates/main.html @@ -12,7 +12,11 @@ {{ bootstrap.load_css() }} {% endblock %} - + {% block scripts %} + + {{ bootstrap.load_js() }} + {% endblock %} + {% block title %}{% endblock%} @@ -24,9 +28,5 @@ {% block content %}{% endblock%} - {% block scripts %} - - {{ bootstrap.load_js() }} - {% endblock %}