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