From e692de556e3b5c811a8c45307af8ad4be1a6e55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 19 Aug 2020 21:29:13 +0800 Subject: [PATCH] Fixed the templates of the transactions in the accounting application. --- .../templates/accounting/transaction_transfer_detail.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/accounting/templates/accounting/transaction_transfer_detail.html b/accounting/templates/accounting/transaction_transfer_detail.html index e17f53e..1bf7d96 100644 --- a/accounting/templates/accounting/transaction_transfer_detail.html +++ b/accounting/templates/accounting/transaction_transfer_detail.html @@ -152,7 +152,7 @@ First written: 2020/7/23 {{ x.account.title|title_case }} {{ x.amount|accounting_amount }} -
{{ x.summary|default:"" }}
x +
{{ x.summary|default:"" }}
{% endfor %}
  • @@ -199,9 +199,8 @@ First written: 2020/7/23 {{ x.account.title|title_case }} {{ x.amount|accounting_amount }} -
    {{ x.summary|default:"" }}
    x +
    {{ x.summary|default:"" }}
  • - % } {% endfor %}