diff --git a/accounting/templates/accounting/transactions/expense/form.html b/accounting/templates/accounting/transactions/expense/form.html index 3d64e6a..0bc2929 100644 --- a/accounting/templates/accounting/transactions/expense/form.html +++ b/accounting/templates/accounting/transactions/expense/form.html @@ -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. diff --git a/accounting/templates/accounting/transactions/expense/view.html b/accounting/templates/accounting/transactions/expense/view.html index 3d931c9..036d781 100644 --- a/accounting/templates/accounting/transactions/expense/view.html +++ b/accounting/templates/accounting/transactions/expense/view.html @@ -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. diff --git a/accounting/templates/accounting/transactions/income/form.html b/accounting/templates/accounting/transactions/income/form.html index 15711b6..05d4b4c 100644 --- a/accounting/templates/accounting/transactions/income/form.html +++ b/accounting/templates/accounting/transactions/income/form.html @@ -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. diff --git a/accounting/templates/accounting/transactions/income/view.html b/accounting/templates/accounting/transactions/income/view.html index 50831a2..ec6032c 100644 --- a/accounting/templates/accounting/transactions/income/view.html +++ b/accounting/templates/accounting/transactions/income/view.html @@ -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. diff --git a/accounting/templates/accounting/transactions/transfer/form.html b/accounting/templates/accounting/transactions/transfer/form.html index 3b8ae87..760e8b1 100644 --- a/accounting/templates/accounting/transactions/transfer/form.html +++ b/accounting/templates/accounting/transactions/transfer/form.html @@ -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. diff --git a/accounting/templates/accounting/transactions/transfer/view.html b/accounting/templates/accounting/transactions/transfer/view.html index 8152bd5..d07caa7 100644 --- a/accounting/templates/accounting/transactions/transfer/view.html +++ b/accounting/templates/accounting/transactions/transfer/view.html @@ -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.