From 2833268887cf28aaa571d40d384e0ec2bc447bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Mon, 24 Dec 2012 03:43:48 +0100 Subject: [PATCH] attention bar: fixed after translation --- templates/generic_page.html | 2 +- templates/index.html | 2 +- templates/thread.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %}