From 28e84702e7b987caa4d14b509416db94b6b8d0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 21 Jul 2020 10:26:40 +0800 Subject: [PATCH] Fixed the title of the journal in the accounting application. --- accounting/templates/accounting/journal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/templates/accounting/journal.html b/accounting/templates/accounting/journal.html index 67ddb9e..7b4887c 100644 --- a/accounting/templates/accounting/journal.html +++ b/accounting/templates/accounting/journal.html @@ -27,7 +27,7 @@ First written: 2020/7/17 {% load accounting %} {% block settings %} - {% blocktrans asvar title with subject=current_subject.title|title period=period.description context "Accounting|" %}Cash Account for {{ subject }} in {{ period }}{% endblocktrans %} + {% blocktrans asvar title with period=period.description context "Accounting|" %}Journal in {{ period }}{% endblocktrans %} {% setvar "title" title %} {% setvar "use_period_chooser" True %} {% static "accounting/css/report.css" as css %}