From ae1c598d0ceab75d2ad5a7a7904b1be2c2a2471e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 13 Aug 2017 17:45:58 +0200 Subject: [PATCH] commonBody: wheelchair status --- commonBody.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/commonBody.html b/commonBody.html index 7044bc4..c75791f 100644 --- a/commonBody.html +++ b/commonBody.html @@ -36,4 +36,14 @@ {% endif %} +{% if attribute(tags, 'wheelchair') %} +
  • + + {{ keyTrans('wheelchair') }} + + {{ tagTrans('wheelchair', tags.wheelchair) }} + +
  • +{% endif %} +