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