From 9d8ec70d64ead9270459d3e3da8f11dda4a567c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Mon, 24 Dec 2012 03:52:32 +0100 Subject: [PATCH] attention bar: move before post form --- templates/generic_page.html | 2 +- templates/index.html | 2 +- templates/thread.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/generic_page.html b/templates/generic_page.html index 75cad38d..9099c79c 100644 --- a/templates/generic_page.html +++ b/templates/generic_page.html @@ -46,8 +46,8 @@ - {% include 'post_form.html' %} {% include 'attention_bar.html' %} + {% include 'post_form.html' %} {% if config.blotter %}
{{ config.blotter }}
{% endif %}
diff --git a/templates/index.html b/templates/index.html index 37c2c70b..76c35d95 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,8 +44,8 @@ - {% include 'post_form.html' %} {% include 'attention_bar.html' %} + {% include 'post_form.html' %} {% if config.blotter %}
{{ config.blotter }}
{% endif %}
diff --git a/templates/thread.html b/templates/thread.html index 42e64fa3..60d3c82e 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -45,9 +45,9 @@ - + + {% include 'attention_bar.html' %} {% include 'post_form.html' %} - {% include 'attention_bar.html' %} {% if config.blotter %}
{{ config.blotter }}
{% endif %}