mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
attention bar: fixed after translation
This commit is contained in:
parent
dc40c2c845
commit
2833268887
@ -47,7 +47,7 @@
|
||||
</header>
|
||||
|
||||
{% include 'post_form.html' %}
|
||||
{% include 'pasek_atencji.html' %}
|
||||
{% include 'attention_bar.html' %}
|
||||
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
||||
<hr />
|
||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||
|
@ -45,7 +45,7 @@
|
||||
</header>
|
||||
|
||||
{% include 'post_form.html' %}
|
||||
{% include 'pasek_atencji.html' %}
|
||||
{% include 'attention_bar.html' %}
|
||||
|
||||
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
||||
<hr />
|
||||
|
@ -47,7 +47,7 @@
|
||||
<div class="banner">{% trans %}Posting mode: Reply{% endtrans %} <a class="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a></div>
|
||||
|
||||
{% include 'post_form.html' %}
|
||||
{% include 'pasek_atencji.html' %}
|
||||
{% include 'attention_bar.html' %}
|
||||
|
||||
{% if config.blotter %}<hr /><div class="blotter">{{ config.blotter }}</div>{% endif %}
|
||||
<hr />
|
||||
|
Loading…
Reference in New Issue
Block a user