From 4a47ec3a454500bfe056392058678751ce5da957 Mon Sep 17 00:00:00 2001 From: Midgard Date: Tue, 30 Jun 2020 22:48:22 +0200 Subject: [PATCH] Correct past participle of "quoten" --- app/templates/quotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/quotes.html b/app/templates/quotes.html index 451e45a..bb39f22 100644 --- a/app/templates/quotes.html +++ b/app/templates/quotes.html @@ -29,7 +29,7 @@ {% if quote.quoter %} - (gequotet door {{ quote.quoter }}) + (gequoot door {{ quote.quoter }}) {% endif %}