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 }} |
|