From 384bb2c46d40ab8d265b5807f3fce1388701ee6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 27 Feb 2023 17:20:43 +0800 Subject: [PATCH] Added the dummy commented to the navigation menu and the journal entry sub-form templates, for SonarQube not to complain about incorrect HTML. --- src/accounting/templates/accounting/include/nav.html | 2 ++ .../accounting/transaction/include/form-entry-item.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/accounting/templates/accounting/include/nav.html b/src/accounting/templates/accounting/include/nav.html index f3e5b07..3ce5ff7 100644 --- a/src/accounting/templates/accounting/include/nav.html +++ b/src/accounting/templates/accounting/include/nav.html @@ -19,6 +19,7 @@ nav.html: The navigation menu for the accounting application. Author: imacat@mail.imacat.idv.tw (imacat) First written: 2023/1/26 #} +{# {% endif %} +{# For SonarQube not to complain about incorrect HTML #} diff --git a/src/accounting/templates/accounting/transaction/include/form-entry-item.html b/src/accounting/templates/accounting/transaction/include/form-entry-item.html index dda74bf..60da34d 100644 --- a/src/accounting/templates/accounting/transaction/include/form-entry-item.html +++ b/src/accounting/templates/accounting/transaction/include/form-entry-item.html @@ -19,6 +19,7 @@ entry-sub-form.html: The journal entry sub-form in the transaction form Author: imacat@mail.imacat.idv.tw (imacat) First written: 2023/2/25 #} +{# For SonarQube not to complain about incorrect HTML #}