diff -r 0056e6cd95e1 -r 3b3d7126fce7 src/cm/templates/site/macros/text_comments.html
--- a/src/cm/templates/site/macros/text_comments.html Tue Apr 24 16:09:35 2012 +0200
+++ b/src/cm/templates/site/macros/text_comments.html Tue Apr 24 16:29:27 2012 +0200
@@ -16,8 +16,12 @@
{{ comment.title }}
{% blocktrans with comment.get_name as name and comment.created|local_date:tz as date %}by {{ name }} on {{ date }}{% endblocktrans %}
-
+
{{ comment.content }}
+ {% if comment.tags %}
+
+ tags: {{ comment.tags }}
+ {% endif %}