diff --git a/post_reply.html b/post_reply.html index 9b10a8f4..82758279 100644 --- a/post_reply.html +++ b/post_reply.html @@ -38,16 +38,8 @@ {% if config.poster_ids %} ID: {{ post.ip|poster_id(post.thread) }} {% endif %} - No. - + No. + {{ post.id }}

diff --git a/post_thread.html b/post_thread.html index abb232fa..c12fcbd4 100644 --- a/post_thread.html +++ b/post_thread.html @@ -108,35 +108,27 @@ {% if config.poster_ids %} ID: {{ post.ip|poster_id(post.id) }} {% endif %} - No. - - {{ post.id }} - + No. + + {{ post.id }} + {% if post.sticky %} {% if config.font_awesome %} - + {% else %} Sticky {% endif %} {% endif %} {% if post.locked %} {% if config.font_awesome %} - + {% else %} Locked {% endif %} {% endif %} {% if post.bumplocked and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} {% if config.font_awesome %} - + {% else %} Bumplocked {% endif %}