Toilets.json: hide fee and opening hours question if the toilet is not publicly accessible; fix #971
This commit is contained in:
parent
f542ee18cf
commit
5f70c52c0d
1 changed files with 2 additions and 0 deletions
|
@ -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?",
|
||||
|
|
Loading…
Reference in a new issue