mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
attention bar: move before post form
This commit is contained in:
parent
2833268887
commit
9d8ec70d64
@ -46,8 +46,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% include 'post_form.html' %}
|
|
||||||
{% include 'attention_bar.html' %}
|
{% include 'attention_bar.html' %}
|
||||||
|
{% include 'post_form.html' %}
|
||||||
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
||||||
<hr />
|
<hr />
|
||||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||||
|
@ -44,8 +44,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% include 'post_form.html' %}
|
|
||||||
{% include 'attention_bar.html' %}
|
{% include 'attention_bar.html' %}
|
||||||
|
{% include 'post_form.html' %}
|
||||||
|
|
||||||
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
||||||
<hr />
|
<hr />
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
|
|
||||||
<div class="banner">{% trans %}Posting mode: Reply{% endtrans %} <a class="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a></div>
|
<div class="banner">{% trans %}Posting mode: Reply{% endtrans %} <a class="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a></div>
|
||||||
|
|
||||||
{% include 'post_form.html' %}
|
|
||||||
{% include 'attention_bar.html' %}
|
{% include 'attention_bar.html' %}
|
||||||
|
{% include 'post_form.html' %}
|
||||||
|
|
||||||
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
||||||
<hr />
|
<hr />
|
||||||
|
Loading…
Reference in New Issue
Block a user