diff --git a/logs/templates/logs/entries.html b/logs/templates/logs/entries.html index 138491c..c1a37ed 100644 --- a/logs/templates/logs/entries.html +++ b/logs/templates/logs/entries.html @@ -65,7 +65,7 @@ {% endif %} {{ entry.created|date:"H:i:s" }} {% if entry.nick %}{{ entry.nick }}{% else %}*{% endif %} - {{ entry.content }} + {{ entry.content|urlize }} {% endfor %}