X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/a1fc069a60de613d426995fb6bbbfc563e00d951..6e7311400c567b9d7c1d404133b4705600f5cbe7:/forum/templates/pybb/forum_last_update_info.html diff --git a/forum/templates/pybb/forum_last_update_info.html b/forum/templates/pybb/forum_last_update_info.html new file mode 100644 index 0000000..c3256a9 --- /dev/null +++ b/forum/templates/pybb/forum_last_update_info.html @@ -0,0 +1,5 @@ +{% load humanize %} +{% if forum.updated %} + {{ forum.last_post.user }} + {{ forum.updated|naturaltime }} +{% endif %} \ No newline at end of file