Revised the names of the API views in the accounting application.

This commit is contained in:
2020-08-09 14:20:59 +08:00
parent 5c7636d37e
commit 375f0db9e0
6 changed files with 10 additions and 10 deletions

View File

@ -52,7 +52,7 @@ First written: 2020/7/23
</a>
</div>
<input id="account-option-url" type="hidden" value="{% url "accounting:accounts.options" %}" />
<input id="account-option-url" type="hidden" value="{% url "accounting:api.accounts.options" %}" />
<input id="summary-categories" type="hidden" value="{{ summary_categories }}" />
<input id="new-record-template" type="hidden" value="{{ new_record_template }}" />
<form id="txn-form" action="{% if form.transaction %}{% url_keep_return "accounting:transactions.update" "transfer" form.transaction %}{% else %}{% url_keep_return "accounting:transactions.store" "transfer" %}{% endif %}" method="post">