Allow defining multiple items in a bucket as an answer to a question of type "przypor...
[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 %}