fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c3256a901bf9e9dcbbbb22b030b371aa4ee45ee2
[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 %}