Removed the debug code in the cash account report.

This commit is contained in:
依瑪貓 2020-07-09 08:16:14 +08:00
parent faddceb074
commit d96a606e3a

View File

@ -31,9 +31,6 @@ First written: 2020/7/1
{% block content %}
{% trans "Cash Account for {} in {}" context "Accounting|" as title_format %}
{% str_format title_format subject.title_zhtw period.description as title_format %}
<p>{{ title_format }}</p>
<p>{{ request.resolver_match.url_name }}</p>
<p>{{ request.resolver_match.app_name }}</p>