Mercurial > public > sg101
diff gpp/templates/forums/display_post.html @ 115:0ce0104c7df3
Forums: split topic.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 22 Oct 2009 02:57:18 +0000 |
parents | 535d02d1c017 |
children | a3633f39f3ce |
line wrap: on
line diff
--- a/gpp/templates/forums/display_post.html Sun Oct 11 20:27:07 2009 +0000 +++ b/gpp/templates/forums/display_post.html Thu Oct 22 02:57:18 2009 +0000 @@ -19,7 +19,6 @@ <div class="forum-post-body"> {{ post.html|safe }} {% if post.has_been_edited %} - <p>{{ post.creation_date|date:"M d, Y H:i:s" }} {{ post.update_date|date:"M d, Y H:i:s" }}</p> <p class="small quiet">Last edited: {{ post.update_date|date:"M d, Y H:i:s" }}</p> {% endif %} </div>