From 17a54810720201571c242a1da29f634c4062236c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Tue, 15 Jan 2019 15:13:35 +0100 Subject: [PATCH] detailsBody, popupBody: format start_date and opening_date --- detailsBody.html | 4 ++-- popupBody.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/detailsBody.html b/detailsBody.html index 3c5a746..ca0b27f 100644 --- a/detailsBody.html +++ b/detailsBody.html @@ -145,7 +145,7 @@
  • {{ keyTrans('start_date') }}: - {{ enumerate(tags.start_date) }} + {{ tags.start_date|osmFormatDate }}
  • {% endif %} @@ -153,7 +153,7 @@
  • {{ keyTrans('opening_date') }}: - {{ enumerate(tags.opening_date) }} + {{ tags.opening_date|osmFormatDate }}
  • {% endif %} diff --git a/popupBody.html b/popupBody.html index d278846..b3ead54 100644 --- a/popupBody.html +++ b/popupBody.html @@ -151,7 +151,7 @@
  • {{ keyTrans('start_date') }}: - {{ enumerate(tags.start_date) }} + {{ tags.start_date|osmFormatDate }}
  • {% endif %} @@ -159,7 +159,7 @@
  • {{ keyTrans('opening_date') }}: - {{ enumerate(tags.opening_date) }} + {{ tags.opening_date|osmFormatDate }}
  • {% endif %}