From 370ea87095bf6859b3d9623ab0f8252e10c1a9ee Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 15 Jul 2024 11:44:19 +0200 Subject: refactor: rename db column name to reflect content --- src/main/resources/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/templates/index.html') diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 520efb6..568ba30 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -62,10 +62,10 @@ - [[ ${request.patientId} ]] + [[ ${request.patientPseudonym} ]] - [[ ${request.patientId} ]] + [[ ${request.patientPseudonym} ]] *** -- cgit v1.2.3