From 81e0f55b0059ed39cceb31777d3c8d8565bb8386 Mon Sep 17 00:00:00 2001 From: asiekierka Date: Sun, 23 Dec 2012 18:10:18 +0100 Subject: [PATCH] pasek atencji dodany do templates --- templates/generic_page.html | 2 +- templates/index.html | 3 ++- templates/pasek_atencji.html | 9 +++++++++ templates/thread.html | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 templates/pasek_atencji.html 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 %}