diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -20,11 +20,7 @@ {% endif %} {% endif %} {{ post.title|escape }} - {% if perms.boards.change_post and post.has_ip %} - - {% else %} - - {% endif %} + {% if post.tripcode %} / {{ post.get_tripcode.get_view|safe }} @@ -34,16 +30,12 @@ and this is an opening post (thread death time) or a post for popup (we don't see OP here so we show the death time in the post itself). {% endcomment %} - {% if is_opening and thread.is_archived %} - — - {% endif %} {% if is_opening %} + {% if thread.is_archived %} + — + {% endif %} {% if need_open_link %} - {% if thread.is_archived %} - {% trans "Open" %} - {% else %} - {% trans "Reply" %} - {% endif %} + {% trans "Open" %} {% endif %} {% else %} {% if need_op_data %}