| changeset 412 | 3b3d7126fce7 |
| parent 0 | 40c8f766c9b8 |
| child 454 | b7a092a52eae |
--- 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 /> <br /> + tags: {{ comment.tags }} + {% endif %} </td> </tr> </table>