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 %}