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:
依瑪貓 2020-08-06 16:02:18 +08:00
parent ede94eb68e
commit 4a63a01e11
3 changed files with 0 additions and 6 deletions

View File

@ -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 }}" />

View File

@ -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 }}" />

View File

@ -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 }}" />