diff --git a/templates/post_reply.html b/templates/post_reply.html index 2c2a708a..e6f5fa09 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -2,6 +2,7 @@ {# tabs and new lines will be ignored #}

+ {% endapply %} {% if not index %}{% endif %} + {% apply spaceless %} {% include 'post/poster_id.html' %}  No. {{ post.id }}

+ {% endapply %} {% include 'post/fileinfo.html' %} {% include 'post/post_controls.html' %} + {% apply spaceless %}
1 %}style="clear:both"{% endif %}> {% endapply %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% apply spaceless %} {% if post.modifiers['ban message'] %} diff --git a/templates/post_thread.html b/templates/post_thread.html index 338b5df8..b17b3cdd 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -4,16 +4,19 @@
{% if not index %}{% endif %} +{% endapply %} {% include 'post/fileinfo.html' %}
1%}style='clear:both'{%endif%}>

+ {% apply spaceless %} {% include 'post/poster_id.html' %}  No. {{ post.id }}