diff --git a/src/snek/templates/threads.html b/src/snek/templates/threads.html index 4141e23..8ec781f 100644 --- a/src/snek/templates/threads.html +++ b/src/snek/templates/threads.html @@ -2,9 +2,6 @@ {% block main %}
-
-

?

-
{% for thread in threads %} {% autoescape false %} @@ -14,10 +11,10 @@
-
{{thread.last_message_user_nick}}
+
{{thread.last_message_user_nick}}
{% autoescape false %}{% emoji %}{% linkify %}{% markdown %}{% autoescape false %}{{ thread.last_message_text }}{%raw %} {% endraw%}{%endautoescape%}{% endmarkdown %}{% endlinkify %}{% endemoji %}{% endautoescape %}
-
+