view gpp/templates/forums/last_post_info.html @ 86:f81226b5e87b

Forums: Some display work for the posts within a topic. Sketched out a post reply form.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Sep 2009 20:47:08 +0000 (2009-09-05)
parents 9e5e52556d5b
children 4c33e266db03
line wrap: on
line source
{% if post %}
{{ post.update_date|date:"M d, Y H:i"}}<br />
<a href="{% url bio-view_profile username=post.user.username %}" title="View profile for {{ post.user.username }}">{{ post.user.username }}</a>
{% else %}
<i>No posts</i>
{% endif %}