Commit c19d98e3 authored by lainbsd's avatar lainbsd

Make urls in comments clickable

parent 94723208
......@@ -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