Fixed the documentation in the templates of the transactions in the accounting application.
This commit is contained in:
parent
4f8ed8dc85
commit
8294f2af36
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
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.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
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.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
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.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
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.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
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.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
The Mia Accounting Application
|
||||
cash.html: The template for a transfer transaction
|
||||
view.html: The template for a transfer transaction
|
||||
|
||||
Copyright (c) 2020 imacat.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user