From 7defd249b5d377a2f57a7736599e6cf5700a038b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 2 Jun 2026 04:30:47 +0300 Subject: [PATCH] only include the bookmark menu bit in thread view --- app/templates/base.html | 1 - app/templates/threads/thread.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index c320607..37f6c13 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -15,7 +15,6 @@ - {%- include 'common/topnav.html' -%} {%- with messages = get_flashed_messages(with_categories=true) -%} {%- if messages -%} diff --git a/app/templates/threads/thread.html b/app/templates/threads/thread.html index d3192ac..0f72d71 100644 --- a/app/templates/threads/thread.html +++ b/app/templates/threads/thread.html @@ -4,6 +4,7 @@ {%- extends 'base.html' -%} {%- block title -%}{{thread.title}}{%- endblock -%} {%- block content -%} + {%- set td -%}