mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
attention bar: fixed after translation
This commit is contained in:
parent
dc40c2c845
commit
2833268887
@ -47,7 +47,7 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% include 'post_form.html' %}
|
{% include 'post_form.html' %}
|
||||||
{% include 'pasek_atencji.html' %}
|
{% include 'attention_bar.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">
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% include 'post_form.html' %}
|
{% include 'post_form.html' %}
|
||||||
{% include 'pasek_atencji.html' %}
|
{% include 'attention_bar.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 />
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<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 'post_form.html' %}
|
||||||
{% include 'pasek_atencji.html' %}
|
{% include 'attention_bar.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