Tweaking last post in a topic/forum column
[edumed.git] / forum / templates / pybb / forum_last_update_info.html
1 {% load humanize %}
2 {% if forum.updated %}
3     {{ forum.last_post.user }}
4     {{ forum.updated|naturaltime }}
5 {% endif %}