From c189c78f4cf5a3b0bd8a57a41b69a3a89e4142ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 16 Jul 2020 23:51:49 +0800 Subject: [PATCH] Removed an excess blank line in the template of the cash summary in the accounting application. --- accounting/templates/accounting/cash_summary.html | 1 - 1 file changed, 1 deletion(-) diff --git a/accounting/templates/accounting/cash_summary.html b/accounting/templates/accounting/cash_summary.html index b39715c..df10e40 100644 --- a/accounting/templates/accounting/cash_summary.html +++ b/accounting/templates/accounting/cash_summary.html @@ -163,7 +163,6 @@ First written: 2020/7/15 {% endfor %} - {% else %}

{{ _("There is currently no data.")|force_escape }}

{% endif %}