attention bar: move before post form

This commit is contained in:
Marcin Łabanowski 2012-12-24 03:52:32 +01:00
parent 2833268887
commit 9d8ec70d64
3 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@
</div>
</header>
{% include 'post_form.html' %}
{% include 'attention_bar.html' %}
{% include 'post_form.html' %}
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
<hr />
<form name="postcontrols" action="{{ config.post_url }}" method="post">

View File

@ -44,8 +44,8 @@
</div>
</header>
{% include 'post_form.html' %}
{% include 'attention_bar.html' %}
{% include 'post_form.html' %}
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
<hr />

View File

@ -45,9 +45,9 @@
</header>
<div class="banner">{% trans %}Posting mode: Reply{% endtrans %} <a class="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a></div>
{% include 'attention_bar.html' %}
{% include 'post_form.html' %}
{% include 'attention_bar.html' %}
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
<hr />