{%- if tb_pretext -%}
diff --git a/app/templates/threads/thread.html b/app/templates/threads/thread.html
index 1f35193..9238a81 100644
--- a/app/templates/threads/thread.html
+++ b/app/templates/threads/thread.html
@@ -5,6 +5,7 @@
{%- block title -%}{{thread.title}}{%- endblock -%}
{%- block content -%}
+
{%- set td -%}
{{ bookmark_menu() }}
+
{%- if is_logged_in() and get_active_user().can_post_to_thread_or_topic(thread) -%}
- Started by {{started_by.get_readable_name()}} in topic {{topic.name}} @@ -84,6 +85,18 @@