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 %}
diff --git a/templates/index.html b/templates/index.html index a28724a1..ff7ff32b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,7 +45,8 @@ {% include 'post_form.html' %} - + {% include 'pasek_atencji.html' %} + {% if config.blotter %}
{{ config.blotter }}
{% endif %}
diff --git a/templates/pasek_atencji.html b/templates/pasek_atencji.html new file mode 100644 index 00000000..d54f334d --- /dev/null +++ b/templates/pasek_atencji.html @@ -0,0 +1,9 @@ +{% if config.pasek_atencji %} +
+ +
+ + +
+ +{% 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 %}