add return path after changing location, and select2 on picking user location

This commit is contained in:
2022-06-17 13:34:05 +02:00
parent 832da83b27
commit 1742dd4951
2 changed files with 13 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ class UserCurrentLocationType extends AbstractType
},
'placeholder' => 'Pick a location',
'required' => false,
'attr' => ['class' => 'select2'],
]);
}
}