diff --git a/templates/generic_page.html b/templates/generic_page.html index da7b916d..75cad38d 100644 --- a/templates/generic_page.html +++ b/templates/generic_page.html @@ -47,7 +47,7 @@ {% include 'post_form.html' %} - {% include 'pasek_atencji.html' %} + {% include 'attention_bar.html' %} {% if config.blotter %}
{{ config.blotter }}
{% endif %}
diff --git a/templates/index.html b/templates/index.html index ff7ff32b..37c2c70b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,7 +45,7 @@ {% include 'post_form.html' %} - {% include 'pasek_atencji.html' %} + {% include 'attention_bar.html' %} {% if config.blotter %}
{{ config.blotter }}
{% endif %}
diff --git a/templates/thread.html b/templates/thread.html index ce6aa569..42e64fa3 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -47,7 +47,7 @@ {% include 'post_form.html' %} - {% include 'pasek_atencji.html' %} + {% include 'attention_bar.html' %} {% if config.blotter %}
{{ config.blotter }}
{% endif %}