Renamed the account_selector_modals block to form_modals in the transaction form templates.
This commit is contained in:
parent
474e844ed9
commit
20a7ce591c
@ -45,7 +45,7 @@ First written: 2023/2/25
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block account_selector_modals %}
|
{% block form_modals %}
|
||||||
{% with summary_helper = form.summary_helper.debit %}
|
{% with summary_helper = form.summary_helper.debit %}
|
||||||
{% include "accounting/transaction/include/summary-helper-modal.html" %}
|
{% include "accounting/transaction/include/summary-helper-modal.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
@ -86,6 +86,6 @@ First written: 2023/2/26
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% include "accounting/transaction/include/entry-form-modal.html" %}
|
{% include "accounting/transaction/include/entry-form-modal.html" %}
|
||||||
{% block account_selector_modals %}{% endblock %}
|
{% block form_modals %}{% endblock %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -45,7 +45,7 @@ First written: 2023/2/25
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block account_selector_modals %}
|
{% block form_modals %}
|
||||||
{% with summary_helper = form.summary_helper.credit %}
|
{% with summary_helper = form.summary_helper.credit %}
|
||||||
{% include "accounting/transaction/include/summary-helper-modal.html" %}
|
{% include "accounting/transaction/include/summary-helper-modal.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
@ -49,7 +49,7 @@ First written: 2023/2/25
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block account_selector_modals %}
|
{% block form_modals %}
|
||||||
{% with summary_helper = form.summary_helper.debit %}
|
{% with summary_helper = form.summary_helper.debit %}
|
||||||
{% include "accounting/transaction/include/summary-helper-modal.html" %}
|
{% include "accounting/transaction/include/summary-helper-modal.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
Loading…
Reference in New Issue
Block a user