Revised the documentation of the account list template in the accounting application.

This commit is contained in:
依瑪貓 2020-08-08 14:40:37 +08:00
parent 9686196b91
commit fd397a6692

View File

@ -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 %}