From 3c362477e325755672bbc5e0d9824718ce1f6252 Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Fri, 19 Sep 2025 13:02:00 +0300 Subject: [PATCH] refactor: video.min.js not needed any more to be loaded in django template files --- templates/root.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/root.html b/templates/root.html index d0696bf5..6445b8b6 100644 --- a/templates/root.html +++ b/templates/root.html @@ -48,12 +48,6 @@ {% block aftercontent %}{% endblock %} - {% if LOAD_FROM_CDN %} - - {% else %} - - {% endif %} - {% block externalscripts %}{% endblock externalscripts %} {% include "common/body-scripts.html" %}