From bb7107fe808a4ea1e670b281ace0c8f8c484fc47 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 4 Apr 2019 07:28:50 +0200 Subject: [PATCH] Remove erroneous space before filter param --- hosting/templates/hosting/invoices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html index 590d061d..073eb750 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -29,7 +29,7 @@ {% for invoice in invoices %} {{ invoice.invoice_number }} - {{ invoice.period_start | date: 'Y-m-d' }} — {{ invoice.period_end | date: 'Y-m-d' }} + {{ invoice.period_start | date:'Y-m-d' }} — {{ invoice.period_end | date:'Y-m-d' }} {{ invoice.paid_at | date:'Y-m-d h:i a' }} {{ invoice.total_in_chf|floatformat:2|intcomma }}