diff --git a/conservancy/usethesource/templates/usethesource/candidate.html b/conservancy/usethesource/templates/usethesource/candidate.html index 3c50de9d..d38444bc 100644 --- a/conservancy/usethesource/templates/usethesource/candidate.html +++ b/conservancy/usethesource/templates/usethesource/candidate.html @@ -28,7 +28,7 @@ - {{ candidate.description|linebreaks }} + {{ candidate.description|urlize|linebreaksbr }} {% with comments=candidate.comment_set.all %} {% if comments or user.is_staff %}

Comments

{% endif %} diff --git a/conservancy/usethesource/templates/usethesource/comment_partial.html b/conservancy/usethesource/templates/usethesource/comment_partial.html index ccbfc0c6..d3fd63d7 100644 --- a/conservancy/usethesource/templates/usethesource/comment_partial.html +++ b/conservancy/usethesource/templates/usethesource/comment_partial.html @@ -3,5 +3,5 @@ edit delete {% endif %} -
{{ comment.message|linebreaks }} +
{{ comment.message|urlize|linebreaksbr }}