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