Adds comments' tags when exporting
authorgibus
Tue, 24 Apr 2012 16:29:27 +0200
changeset 412 3b3d7126fce7
parent 411 0056e6cd95e1
child 413 2479d33898dd
Adds comments' tags when exporting
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 }}
 	<br />
 	{% blocktrans with comment.get_name as name and comment.created|local_date:tz as date %}by {{ name }} on {{ date }}{% endblocktrans %}
-	<br>
+	<br />
 	{{ comment.content }}
+  {% if comment.tags %}
+  <br />&nbsp;<br />
+    tags: {{ comment.tags }}
+  {% endif %}
 	</td>
 </tr>
 </table>