diff --git a/conservancy/usethesource/templates/usethesource/candidate.html b/conservancy/usethesource/templates/usethesource/candidate.html index 3c50de9d6b6ac5d6f0ff036ea8620cdf6fa6f6aa..d38444bc982799a74016cb5a4dc8011c976b2e78 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 ccbfc0c69dc9e050ade4ca0d997e4488fb92fa61..d3fd63d73d0fa3e5358874a3fdaba1a284292885 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 }}