Move to src dir.
[edumed.git] / forum / templates / pybb / topic_last_message_info.html
diff --git a/forum/templates/pybb/topic_last_message_info.html b/forum/templates/pybb/topic_last_message_info.html
deleted file mode 100644 (file)
index ff49ffa..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-{% load humanize %}
-{% if topic.updated %}
-    {{ topic.last_post.user }}
-    {{ topic.updated|naturaltime }}
-    
-{% endif %}
\ No newline at end of file