From a9c7a8328e6cf4969634f1cfd85ad4179b8237a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 16 Jul 2020 23:45:43 +0800 Subject: [PATCH] Fixed the documentation of the templates of the cash account and ledger in the accounting application. --- accounting/templates/accounting/cash_summary.html | 2 +- accounting/templates/accounting/ledger.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accounting/templates/accounting/cash_summary.html b/accounting/templates/accounting/cash_summary.html index 3b86d39..173210f 100644 --- a/accounting/templates/accounting/cash_summary.html +++ b/accounting/templates/accounting/cash_summary.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash.html: The template for the cash summary reports +cash_summary.html: The template for the cash summary reports Copyright (c) 2020 imacat. diff --git a/accounting/templates/accounting/ledger.html b/accounting/templates/accounting/ledger.html index 9e9e9af..5799a3f 100644 --- a/accounting/templates/accounting/ledger.html +++ b/accounting/templates/accounting/ledger.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% comment %} The Mia Accounting Application -cash.html: The template for the ledger reports +ledger.html: The template for the ledger reports Copyright (c) 2020 imacat.