Remove help text as it's not useful anymore

This commit is contained in:
Gabriel Augendre 2019-03-04 21:33:05 +01:00
parent 7c367febaf
commit adda31445a

View file

@ -36,7 +36,6 @@ class LocationSharingForm(forms.ModelForm):
self.request = request
self.fields['shares_location_to'].queryset = Friend.objects.exclude(pk=request.user.pk)
self.fields['shares_location_to'].label = 'Share location to'
self.fields['shares_location_to'].help_text = 'Hold <kbd>Ctrl</kbd> or <kbd>Cmd</kbd> to select multiple users'
self.fields['shares_location_to'].widget.attrs = {
'data-size': 20,
'class': 'selectpicker',