Fixed the endpoint name in the account detail template.
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user