Toilets.json: hide fee and opening hours question if the toilet is not publicly accessible; fix #971

This commit is contained in:
pietervdvn 2022-07-27 14:28:50 +02:00
parent f542ee18cf
commit 5f70c52c0d

View file

@ -154,6 +154,7 @@
},
{
"id": "toilets-fee",
"condition": "access!=no",
"question": {
"en": "Are these toilets free to use?",
"de": "Können diese Toiletten kostenlos benutzt werden?",
@ -220,6 +221,7 @@
},
{
"id": "Opening-hours",
"condition": "access!=no",
"question": {
"en": "When are these toilets opened?",
"nl": "Wanneer zijn deze toiletten open?",