bgneal@98:
bgneal@89: Posted on {{ post.creation_date|date:"M d, Y H:i" }}
bgneal@104: {% if can_moderate %}from IP: {{ post.user_ip }}{% endif %}
bgneal@89:
bgneal@89:
bgneal@89: {{ post.html|safe }}
bgneal@106: {% ifnotequal post.creation_date post.update_date %}
bgneal@106:
Last edited: {{ post.update_date|date:"M d, Y H:i:s" }}
bgneal@106: {% endifnotequal %}
bgneal@89:
bgneal@98:
bgneal@105:
bgneal@105: {% post_edit_button post user can_moderate MEDIA_URL %}
bgneal@98:
bgneal@98:
bgneal@106: {% if can_moderate %}
bgneal@105:
bgneal@105: {% endif %}
bgneal@98:
bgneal@89: