diff --git a/templates/generic_page.html b/templates/generic_page.html
index e834aad0..da7b916d 100644
--- a/templates/generic_page.html
+++ b/templates/generic_page.html
@@ -47,7 +47,7 @@
{% include 'post_form.html' %}
-
+ {% include 'pasek_atencji.html' %}
{% if config.blotter %}
{{ config.blotter }}
{% endif %}
+
+{% endif %}
diff --git a/templates/thread.html b/templates/thread.html
index e7c65f9b..ce6aa569 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -47,6 +47,7 @@
{% include 'post_form.html' %}
+ {% include 'pasek_atencji.html' %}
{% if config.blotter %}
{{ config.blotter }}
{% endif %}