From 82559e0e85da05e43c7ced87a47a1e16d8c41346 Mon Sep 17 00:00:00 2001 From: b1ek Date: Thu, 18 Jan 2024 01:23:52 +1000 Subject: [PATCH] fix the screen fader not fading properly --- templates/base.html | 1 + templates/index.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 2b024c3..ca09387 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,6 +32,7 @@

+ {% block root %} {% endblock %}