Commit 6ebe3e34 authored by Michal Čihař's avatar Michal Čihař

Merge pull request #818 from lainbsd/clickable-comment-urls

Make urls in comments clickable
parents ecc7ddd5 c19d98e3
......@@ -25,6 +25,6 @@
<div class="clearfix"></div>
{% endif %}
<div class="list-group">
<div class="list-group-item" dir="auto">{{ comment.comment }}</div>
<div class="list-group-item" dir="auto">{{ comment.comment|urlize }}</div>
</div>
{% endfor %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment