Revised the date format in the journal entry order page, and removed the individual date in the page, as it is redundant.

This commit is contained in:
2023-03-22 02:12:19 +08:00
parent d8afadda02
commit 61ee08fda2
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@ First written: 2023/2/26
<script src="{{ url_for("accounting.static", filename="js/journal-entry-order.js") }}"></script>
{% endblock %}
{% block header %}{% block title %}{{ A_("Journal Entries on %(date)s", date=date) }}{% endblock %}{% endblock %}
{% block header %}{% block title %}{{ A_("Journal Entries on %(date)s", date=date|accounting_format_date) }}{% endblock %}{% endblock %}
{% block content %}