diff --git a/accounting/templates/accounting/account_list.html b/accounting/templates/accounting/account_list.html index fe647b0..ee07359 100644 --- a/accounting/templates/accounting/account_list.html +++ b/accounting/templates/accounting/account_list.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -index.html: The template for the accounts +account_list.html: The template for the account list Copyright (c) 2020 imacat. @@ -18,7 +18,7 @@ index.html: The template for the accounts limitations under the License. Author: imacat@mail.imacat.idv.tw (imacat) -First written: 2020/7/1 +First written: 2020/8/7 {% endcomment %} {% load static %} {% load i18n %}