From 94f6a1f3660d77a8b524b16a0303a153a9b3b81a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 17 Apr 2024 12:12:39 +0200 Subject: [PATCH] page.html: main.js cannot find the bottom-hud hook to add the stylepicker --- templates/page.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/page.html b/templates/page.html index a651af7b..8168e475 100644 --- a/templates/page.html +++ b/templates/page.html @@ -11,7 +11,9 @@ {{ title }} - {{ boardlist.top }} +
+ {{ boardlist.top }} +
{% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %}
@@ -26,8 +28,8 @@ {{ body }}
+