diff --git a/accounting/templates/accounting/transactions/expense/form.html b/accounting/templates/accounting/transactions/expense/form.html
index 1868067..15e973f 100644
--- a/accounting/templates/accounting/transactions/expense/form.html
+++ b/accounting/templates/accounting/transactions/expense/form.html
@@ -52,8 +52,8 @@ First written: 2020/7/23
-
-
{{ errors.date|default:"" }}
+
+
{{ errors|dict:"date"|default:"" }}
@@ -68,7 +68,8 @@ First written: 2020/7/23
{% endif %}
-