From 56742a5f9adeca3855aac3b240bfd37d51d84dcb Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 6 Jan 2014 03:28:37 +0100 Subject: [PATCH] i prefer for the top ads to be over the boardlist --- templates/index.html | 7 ++++--- templates/thread.html | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index fb7bab07..c45e51fe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,16 +36,17 @@ {% if mod %}

{% trans %}Return to dashboard{% endtrans %}

{% endif %} - + {% include 'attention_bar.html' %} + + {{ config.ad.top }} + {% if not no_post_form %} {% include 'post_form.html' %} {% else %} {% include 'boardlist.html' %} {% endif %} - {{ config.ad.top }} - {% if config.page_nav_top %}
{% for page in pages %} diff --git a/templates/thread.html b/templates/thread.html index 76d50f94..aecc9098 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -32,10 +32,10 @@ {% include 'attention_bar.html' %} - {% include 'post_form.html' %} - {{ config.ad.top }} + {% include 'post_form.html' %} + {% if config.global_message %}
{{ config.global_message }}
{% endif %}