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 %}