Fixed the documentation in the templates of the transactions in the accounting application.

This commit is contained in:
依瑪貓 2020-08-05 22:10:51 +08:00
parent 4f8ed8dc85
commit 8294f2af36
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% comment %} {% comment %}
The Mia Accounting Application The Mia Accounting Application
edit.html: The template for the form of a cash-expense transaction form.html: The template for the form of a cash-expense transaction
Copyright (c) 2020 imacat. Copyright (c) 2020 imacat.

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% comment %} {% comment %}
The Mia Accounting Application The Mia Accounting Application
cash.html: The template for a cash-expense transaction view.html: The template for a cash-expense transaction
Copyright (c) 2020 imacat. Copyright (c) 2020 imacat.

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% comment %} {% comment %}
The Mia Accounting Application The Mia Accounting Application
edit.html: The template for the form of a cash-income transaction form.html: The template for the form of a cash-income transaction
Copyright (c) 2020 imacat. Copyright (c) 2020 imacat.

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% comment %} {% comment %}
The Mia Accounting Application The Mia Accounting Application
cash.html: The template for a cash-income transaction view.html: The template for a cash-income transaction
Copyright (c) 2020 imacat. Copyright (c) 2020 imacat.

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% comment %} {% comment %}
The Mia Accounting Application The Mia Accounting Application
edit.html: The template for the form of a transfer transaction form.html: The template for the form of a transfer transaction
Copyright (c) 2020 imacat. Copyright (c) 2020 imacat.

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% comment %} {% comment %}
The Mia Accounting Application The Mia Accounting Application
cash.html: The template for a transfer transaction view.html: The template for a transfer transaction
Copyright (c) 2020 imacat. Copyright (c) 2020 imacat.