From 06f9a6ed4a60daacee0f0a79db37c87df9e6044d Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Fri, 12 Jan 2024 02:34:49 +0530 Subject: [PATCH] DOB entry by age --- templates/patient-edit.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/templates/patient-edit.html b/templates/patient-edit.html index d9ef882..3a4b397 100644 --- a/templates/patient-edit.html +++ b/templates/patient-edit.html @@ -37,8 +37,11 @@ You should have received a copy of the GNU General Public License along with Lib
-
- +
+ +
+
+
@@ -88,4 +91,16 @@ You should have received a copy of the GNU General Public License along with Lib
+ {% endblock %} -- 2.39.5