Browse Source

commonBody: wheelchair status

fossil
parent
commit
ae1c598d0c
  1. 10
      commonBody.html

10
commonBody.html

@ -36,4 +36,14 @@
</li>
{% endif %}
{% if attribute(tags, 'wheelchair') %}
<li>
<i class="fa fa-wheelchair-alt symbol" aria-hidden="true"></i>
<span class='key'>{{ keyTrans('wheelchair') }}</span>
<span class='value'>
{{ tagTrans('wheelchair', tags.wheelchair) }}
</span>
</li>
{% endif %}
</ul>
Loading…
Cancel
Save