diff --git a/templates/post_reply.html b/templates/post_reply.html index e01567a2..687040f6 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -1,14 +1,13 @@ {% filter remove_whitespace %} {# tabs and new lines will be ignored #} -
{% if config.poster_ids %} ID: {{ post.ip|poster_id(post.thread) }} {% endif %} - No. - No. + + {% elseif post.file and post.file %}
File: {{ post.file }}
(
@@ -92,7 +91,7 @@
{% endif %}
{{ post.postControls }}
-
+
{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}
File: {{ post.file }}
(
@@ -47,12 +47,12 @@
{{ config.uri_thumb }}{{ post.thumb }}
{% endif %}" style="width:{{ post.thumbx }}px;height:{{ post.thumby }}px" alt="" />
{% endif %}
-
+
{% if config.poster_ids %}
ID: {{ post.ip|poster_id(post.id) }}
{% endif %}
- No.
+ No.
{% endif %}
{% if index %}
- [{% trans %}Reply{% endtrans %}]
+ [{% trans %}Reply{% endtrans %}]
{% endif %}
{{ post.postControls }}
+
{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}