From 7563968b69bfa25cf7f6003c91c8913aa897ea39 Mon Sep 17 00:00:00 2001 From: Robin Koumis Date: Wed, 24 Jun 2026 11:22:48 -0400 Subject: [PATCH] Undo addition of non-existent css file - this was added in #2879 by accident. --- web/templates/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/web/templates/base.html b/web/templates/base.html index 8c58a357a8e..58395f703dc 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -17,7 +17,6 @@ - {% block extra_head %}{% endblock %}