# HG changeset patch # User neko259 # Date 2015-10-06 10:17:39 # Node ID 3eeceb8416278252c35470cbfd6ec11cfee47e3b # Parent 9b48eb30a03f8a71741a64aaaeacde7c2be4b315 Added slash before tripcode (and eventually maybe user name) 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 @@ -9,6 +9,7 @@ {{ post.title }} {% if post.tripcode %} + / {% with tripcode=post.get_tripcode %}