mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-24 14:23:23 +01:00
Derp
This commit is contained in:
parent
9036cebff6
commit
1725c3c686
@ -60,10 +60,10 @@
|
||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||
<input type="hidden" name="board" value="{{ board.uri }}" />
|
||||
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
||||
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||
<hr />
|
||||
{{ body }}
|
||||
<a id="unimportant" href="#top">[{% trans %}Go to top{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||
<a id="unimportant" href="#top">[{% trans %}Go to top{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %}
|
||||
{% include 'report_delete.html' %}
|
||||
</form>
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
<form name="postcontrols" action="{{ config.post_url }}" method="post">
|
||||
<input type="hidden" name="board" value="{{ board.uri }}" />
|
||||
{% if mod %}<input type="hidden" name="mod" value="1" />{% endif %}
|
||||
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %} <a id="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||
<a id="unimportant" href="#bottom">[{% trans %}Go to bottom{% endtrans %}]</a> {% if config.catalog_link %}<a id="unimportant" href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">[{% trans %}Catalog{% endtrans %}]</a>{% endif %} <a id="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a>
|
||||
<hr />
|
||||
{{ body }}
|
||||
<div id="thread-interactions">
|
||||
|
Loading…
x
Reference in New Issue
Block a user