Removed the now-unused l10n_messages hidden variable and the corresponding TODO from the transaction forms in the accounting application.
This commit is contained in:
parent
ede94eb68e
commit
4a63a01e11
@ -45,8 +45,6 @@ First written: 2020/7/23
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{# TODO: To be done #}
|
||||
<input id="l10n-messages" type="hidden" value="{{ l10n_messages }}" />
|
||||
<input id="account-option-url" type="hidden" value="{% url "accounting:accounts.options" %}" />
|
||||
<input id="summary-categories" type="hidden" value="{{ summary_categories }}" />
|
||||
<input id="new-record-template" type="hidden" value="{{ new_record_template }}" />
|
||||
|
@ -45,8 +45,6 @@ First written: 2020/7/23
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{# TODO: To be done #}
|
||||
<input id="l10n-messages" type="hidden" value="{{ l10n_messages }}" />
|
||||
<input id="account-option-url" type="hidden" value="{% url "accounting:accounts.options" %}" />
|
||||
<input id="summary-categories" type="hidden" value="{{ summary_categories }}" />
|
||||
<input id="new-record-template" type="hidden" value="{{ new_record_template }}" />
|
||||
|
@ -45,8 +45,6 @@ First written: 2020/7/23
|
||||
</a>
|
||||
</div>
|
||||
|
||||
{# TODO: To be done #}
|
||||
<input id="l10n-messages" type="hidden" value="{{ l10n_messages }}" />
|
||||
<input id="account-option-url" type="hidden" value="{% url "accounting:accounts.options" %}" />
|
||||
<input id="summary-categories" type="hidden" value="{{ summary_categories }}" />
|
||||
<input id="new-record-template" type="hidden" value="{{ new_record_template }}" />
|
||||
|
Loading…
Reference in New Issue
Block a user