fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Additional instructions
[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 %}