From 33b0e3a8e3e9417ad29bd5b7f378e8d685883d8a 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 %}