Merge branch 'forum'
[edumed.git] / forum / templates / pybb / topic_last_message_info.html
1 {% load humanize %}
2 {% if topic.updated %}
3     {{ topic.last_post.user }}
4     {{ topic.updated|naturaltime }}
5     
6 {% endif %}