Simplified the title in the cash account report.

This commit is contained in:
依瑪貓 2020-07-09 08:15:55 +08:00
parent 6bdcdd0d78
commit faddceb074

View File

@ -24,8 +24,8 @@ First written: 2020/7/1
{% load humanize %}
{% block settings %}
{% trans "Cash Account for {} in {}" context "Accounting|" as title_format %}
{% str_format title_format subject.title_zhtw period.description as title %}
{% trans "Cash Account for {} in {}" context "Accounting|" as title %}
{% str_format title subject.title_zhtw period.description as title %}
{% setvar "title" title %}
{% endblock %}