diff --git a/.idea/friends_map.iml b/.idea/friends_map.iml
index f0ba94c..569b095 100644
--- a/.idea/friends_map.iml
+++ b/.idea/friends_map.iml
@@ -17,6 +17,7 @@
+
diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml
index 152540f..6f4cfed 100644
--- a/.idea/jsLibraryMappings.xml
+++ b/.idea/jsLibraryMappings.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/map/forms.py b/map/forms.py
index a855d11..39fd602 100644
--- a/map/forms.py
+++ b/map/forms.py
@@ -38,7 +38,10 @@ class LocationSharingForm(forms.ModelForm):
self.fields['shares_location_to'].label = 'Share location to'
self.fields['shares_location_to'].help_text = 'Hold Ctrl or Cmd to select multiple users'
self.fields['shares_location_to'].widget.attrs = {
- 'size': 10,
+ 'data-size': 20,
+ 'class': 'selectpicker',
+ 'data-live-search': 'true',
+ 'data-actions-box': 'true',
}
diff --git a/map/templates/map/share_location.html b/map/templates/map/share_location.html
index 82b80a0..276b7d9 100644
--- a/map/templates/map/share_location.html
+++ b/map/templates/map/share_location.html
@@ -13,3 +13,12 @@
{% endblock %}
+
+{% block add-head %}
+
+{% endblock %}
+
+{% block js %}
+
+{% endblock %}