comparison 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
comparison
equal deleted inserted replaced
114:535d02d1c017 115:0ce0104c7df3
17 {% if can_moderate %}from IP: {{ post.user_ip }}{% endif %} 17 {% if can_moderate %}from IP: {{ post.user_ip }}{% endif %}
18 </div> 18 </div>
19 <div class="forum-post-body"> 19 <div class="forum-post-body">
20 {{ post.html|safe }} 20 {{ post.html|safe }}
21 {% if post.has_been_edited %} 21 {% if post.has_been_edited %}
22 <p>{{ post.creation_date|date:"M d, Y H:i:s" }} {{ post.update_date|date:"M d, Y H:i:s" }}</p>
23 <p class="small quiet">Last edited: {{ post.update_date|date:"M d, Y H:i:s" }}</p> 22 <p class="small quiet">Last edited: {{ post.update_date|date:"M d, Y H:i:s" }}</p>
24 {% endif %} 23 {% endif %}
25 </div> 24 </div>
26 <div class="forum-post-info-tools"> 25 <div class="forum-post-info-tools">
27 {% if can_reply %} 26 {% if can_reply %}