# HG changeset patch # User neko259 # Date 2014-02-08 09:21:40 # Node ID 6c22cb9d4f8a4a61f742bce8b2615667ee7cb214 # Parent 1d3b449c8f34812f17043513e10abe1574c3b41f Removed square brackets in the post date 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 @@ -33,9 +33,9 @@ {{ post.title }} ({{ post.id }}) - [{{ post.pub_time }}] + {{ post.pub_time }} {% if thread.archived %} - — [{{ thread.bump_time }}] + — {{ thread.bump_time }} {% endif %} {% if not truncated and not thread.archived %} [