Skip to content

Commit

Permalink
Improve look of discussion, slightly. Strong names, and honour linebr…
Browse files Browse the repository at this point in the history
…eaks.
  • Loading branch information
Dusty Phillips committed Sep 15, 2009
1 parent abac55f commit ba0e02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/comment.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load comments %}
<div class="comment">
{{comment.user}}
{{comment.comment}}
<strong>{{comment.user}}</strong>:
{{comment.comment|linebreaks}}
{% get_comment_list for comment as comments %}
{% with 'comment.html' as comment_include %}
{% for comment in comments %}
Expand Down

0 comments on commit ba0e02f

Please sign in to comment.