Fixed the endpoint name in the account detail template.

This commit is contained in:
依瑪貓 2023-02-03 09:48:32 +08:00
parent 6a83f95c9f
commit 8363ce6602

View File

@ -35,7 +35,7 @@ First written: 2023/1/31
<i class="fa-solid fa-gear"></i>
{{ A_("Settings") }}
</a>
<a class="btn btn-primary" href="{{ url_for("accounting.account.sort", base=obj.base)|append_next }}">
<a class="btn btn-primary" href="{{ url_for("accounting.account.sort-form", base=obj.base)|append_next }}">
<i class="fa-solid fa-sort"></i>
{{ A_("Sort") }}
</a>