From fba9fa6b9186a3ce85bdd3e7e75079db9d271faa Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Wed, 22 Jan 2025 02:27:09 +0530 Subject: [PATCH] Vaccination date in report --- templates/report.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/report.html b/templates/report.html index 5e72738..17f8748 100644 --- a/templates/report.html +++ b/templates/report.html @@ -37,6 +37,9 @@ You should have received a copy of the GNU General Public License along with Lib {%if not i["given"]%}[PENDING]{%endif%} + + {{i["date"].split('T')[0]}} + {{i["name"]}}({{i["cid"]}})
-- 2.39.5