diff --git a/cfp/templates/comments.html b/cfp/templates/comments.html index 23bc87b..70e0c1f 100644 --- a/cfp/templates/comments.html +++ b/cfp/templates/comments.html @@ -5,6 +5,6 @@ {% if comment.author == proposal.proposer %}[proposer]{% endif %} {% if comment.author.username == proposal.topic.lead_username %}[topiclead]{% endif %} on {{ comment.posted_date|date:"Y-m-d G:i O" }}:
-{{ comment.content|linebreaks|urlize }}

+{{ comment.content|urlize|linebreaks }}



{% endfor %}