diff --git a/assets/themes/scouting/scouting.json b/assets/themes/scouting/scouting.json index a656ec6452..7323ac68e2 100644 --- a/assets/themes/scouting/scouting.json +++ b/assets/themes/scouting/scouting.json @@ -82,39 +82,6 @@ "group_only=yes" ] } - ], - "+tagRenderings": [ - { - "question": { - "de": "Ist diese Unterkunft ausschließlich für Gruppen?", - "en": "Is this hostel exclusively for groups?" - }, - "mappings": [ - { - "if": { - "and": [ - "group_only=yes" - ] - }, - "then": { - "en": "This hostel is exclusively for groups", - "de": "Diese Unterkunft ist ausschließlich für Gruppen" - } - }, - { - "if": { - "and": [ - "group_only=no" - ] - }, - "then": { - "en": "This hostel is not exclusively for groups", - "de": "Diese Unterkunft ist nicht ausschließlich für Gruppen" - } - } - ], - "id": "group_only" - } ] } }, @@ -145,39 +112,6 @@ "tourism=hostel" ] } - ], - "+tagRenderings": [ - { - "question": { - "de": "Ist diese Unterkunft ausschließlich für Gruppen?", - "en": "Is this hostel exclusively for groups?" - }, - "mappings": [ - { - "if": { - "and": [ - "group_only=yes" - ] - }, - "then": { - "en": "This hostel is exclusively for groups", - "de": "Diese Unterkunft ist ausschließlich für Gruppen" - } - }, - { - "if": { - "and": [ - "group_only=no" - ] - }, - "then": { - "en": "This hostel is not exclusively for groups", - "de": "Diese Unterkunft ist nicht ausschließlich für Gruppen" - } - } - ], - "id": "group_only" - } ] } }