diff --git a/src/main/resources/templates/owners/ownerDetails.html b/src/main/resources/templates/owners/ownerDetails.html
index fa2b71ee9..383fa929f 100644
--- a/src/main/resources/templates/owners/ownerDetails.html
+++ b/src/main/resources/templates/owners/ownerDetails.html
@@ -16,15 +16,15 @@
Address |
- |
+ |
City |
- |
+ |
Telephone |
- |
+ |
@@ -44,12 +44,12 @@
- Name
-
+
- Birth Date
+ th:text="${#temporals.format(pet.birthDate, 'yyyy-MM-dd')}">
- Type
-
+
|
diff --git a/src/main/resources/templates/pets/createOrUpdateVisitForm.html b/src/main/resources/templates/pets/createOrUpdateVisitForm.html
index d7589c3bc..ddcbb9d59 100644
--- a/src/main/resources/templates/pets/createOrUpdateVisitForm.html
+++ b/src/main/resources/templates/pets/createOrUpdateVisitForm.html
@@ -19,12 +19,12 @@
|
- |
+ |
|
- |
+ th:text="${#temporals.format(pet.birthDate, 'yyyy-MM-dd')}">
+ |
|
+ th:text="${pet.owner?.firstName + ' ' + pet.owner?.lastName}">
@@ -52,8 +52,8 @@
Description |
- |
- |
+ |
+ |