From 2909cc2bcb09c09abe2d0036c312070a28ad3404 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Thu, 21 Jan 2021 00:21:49 +0000 Subject: [PATCH] web/quotes: switch to pre-wrap to format better on mobile --- web/quotes/templates/quotedb/_quote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/quotes/templates/quotedb/_quote.html b/web/quotes/templates/quotedb/_quote.html index 319bd60911..e6553946dd 100644 --- a/web/quotes/templates/quotedb/_quote.html +++ b/web/quotes/templates/quotedb/_quote.html @@ -1,6 +1,6 @@

#{{ quote.id }}

-
{{ quote.quote }}
+

{{ quote.quote }}

added by {{ quote.added_by.username }} on {{ quote.added_at }}

{% if request.user == quote.added_by %} del