From 0e9b8a1a821fe8122ddf7d3c53702e52123136f7 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 11 Jul 2020 00:01:03 +0100 Subject: [PATCH] Fix title wrapping in /threads/ --- app/templates/macros/threads.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index 5c3421a..4e5c6f2 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -86,7 +86,7 @@ by {{ t.author.display_name }} -
+
{% if t.package %} {{ _("%(title)s by %(author)s", title="" | safe + t.package.title + "" | safe, @@ -94,7 +94,7 @@ {% endif %}
-
+
{{ t.created_at | datetime }}