diff --git a/site_storage/watch_wii_template.html b/site_storage/watch_wii_template.html index da1af75..7980e44 100644 --- a/site_storage/watch_wii_template.html +++ b/site_storage/watch_wii_template.html @@ -207,7 +207,7 @@ {% for comment in comments %}
{{ comment.author }}
-
{{ comment.text }}
+
{{ comment.text | safe}}
👍 {{ comment.likeCount }} | {{ comment.publishedAt }}
{% endfor %}