fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add new form (misja cybernautów)
[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 %}