diff --git a/app/models/communication/block/template/location.rb b/app/models/communication/block/template/location.rb index 6a9c79822..2e3325e77 100644 --- a/app/models/communication/block/template/location.rb +++ b/app/models/communication/block/template/location.rb @@ -17,4 +17,8 @@ def allowed_for_about? def available_locations website.administration_locations end + + def children + selected_locations + end end