From 2d4e533e85fe2d14eaf7326a583f9dabb7e5be29 Mon Sep 17 00:00:00 2001 From: Dylan Hillerbrand Date: Fri, 16 Aug 2024 07:58:07 -0400 Subject: [PATCH] fix(base template): remove opening slash from script src paths --- web-app/django/VIM/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/django/VIM/templates/base.html b/web-app/django/VIM/templates/base.html index 43e659a..4394900 100644 --- a/web-app/django/VIM/templates/base.html +++ b/web-app/django/VIM/templates/base.html @@ -102,10 +102,10 @@ - + - + {% block scripts %} {% endblock scripts %}