view gpp/templates/forums/last_post_info.html @ 85:531fcc342a03

Forums: put the forum indices under the url forums/forum to avoid clashing with other functions. Modified the forum index template to have a link to the topic creator's profile.
author Brian Neal <bgneal@gmail.com>
date Sun, 30 Aug 2009 19:58:42 +0000
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 %}