From a8d5d4d289375924d15dbe5943f9e4ec1c74595e Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 3 Jun 2024 22:23:42 +0200 Subject: [PATCH] Fix: quotes in the script tags --- archivist/apps/templates/layouts/base-fullscreen.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/archivist/apps/templates/layouts/base-fullscreen.html b/archivist/apps/templates/layouts/base-fullscreen.html index 5c90167..b892ed6 100644 --- a/archivist/apps/templates/layouts/base-fullscreen.html +++ b/archivist/apps/templates/layouts/base-fullscreen.html @@ -52,11 +52,11 @@ - - - + + + - {% include 'includes/scripts.html' %} + {% include "includes/scripts.html" %} {% block javascripts %}{% endblock javascripts %}