From 713d9ce5afbc3d43211da01dfac9bbee004fa8ad Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Thu, 14 Mar 2024 19:41:56 +0530 Subject: [PATCH] Bugfix: note --- templates/admin.html | 1 - templates/note.html | 2 +- templates/patient-view.html | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/admin.html b/templates/admin.html index b96b406..4f4e898 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -12,7 +12,6 @@ You should have received a copy of the GNU General Public License along with Lib {% block content %}
- {{auth.ALL}} {% if msg %}

{{msg}}

diff --git a/templates/note.html b/templates/note.html index c1c847a..98acc4d 100644 --- a/templates/note.html +++ b/templates/note.html @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with Lib
- + diff --git a/templates/patient-view.html b/templates/patient-view.html index d93e33b..ca75041 100644 --- a/templates/patient-view.html +++ b/templates/patient-view.html @@ -52,7 +52,7 @@ You should have received a copy of the GNU General Public License along with Lib {% if data["note"] %}

Note:

-

{{data["note"]}}

+
{{data["note"]}}
{% endif %} -- 2.39.5