From 2173685de67a7d6aaf1f545aef1994662903d21f Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 17 May 2026 17:56:11 +0200 Subject: [PATCH] feat(console): wire up autocomplete bundle + stylesheet in base.html Co-Authored-By: Claude Sonnet 4.6 --- l4d2web/l4d2web/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/l4d2web/l4d2web/templates/base.html b/l4d2web/l4d2web/templates/base.html index bd63e5b..0dbe267 100644 --- a/l4d2web/l4d2web/templates/base.html +++ b/l4d2web/l4d2web/templates/base.html @@ -9,6 +9,7 @@ + {% block extra_head %}{% endblock %} @@ -47,5 +48,7 @@ + +