From 1d98940341c1c1dd921e6b631c972fa1cdd35c0c Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Wed, 29 May 2024 00:37:27 -0400 Subject: [PATCH] removed onload method call since it's now in script.js --- templates/base.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 8d33a01..d5fd34e 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -12,7 +12,7 @@ {% block title %}Welcome!{% endblock %} {% block stylesheets %}{% endblock %} - + {% block body %}{% endblock %} {% block javascripts %}{% endblock %}