From c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 3 Nov 2024 19:00:29 -0500 Subject: =?UTF-8?q?stuff=20still=20all=20over=20the=20place;=20added=20a?= =?UTF-8?q?=20music=20player=20and=20a=20resolution=20based=20scaler=20?= =?UTF-8?q?=E2=80=94=20now=20in=20a=20brainfucked=20stated=20-=20going=20t?= =?UTF-8?q?o=20sleep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/shared/base.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'templates/shared/base.html') diff --git a/templates/shared/base.html b/templates/shared/base.html index 8d04b64b..32e495c1 100644 --- a/templates/shared/base.html +++ b/templates/shared/base.html @@ -22,24 +22,8 @@ - {% if request.LANGUAGE_CODE == 'ja' %} - - - {% else %} - - {% endif %} + {% block head %} {% endblock %} -- cgit v1.2.3