From fd397a66922332bac137ff6cc3a102b511a9a5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 8 Aug 2020 14:40:37 +0800 Subject: [PATCH] Revised the documentation of the account list template in the accounting application. --- accounting/templates/accounting/account_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}