From adda31445a6db85994919198e4728ce0cdba6512 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 4 Mar 2019 21:33:05 +0100 Subject: [PATCH] Remove help text as it's not useful anymore --- map/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/map/forms.py b/map/forms.py index 39fd602..a7eeada 100644 --- a/map/forms.py +++ b/map/forms.py @@ -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 Ctrl or Cmd to select multiple users' self.fields['shares_location_to'].widget.attrs = { 'data-size': 20, 'class': 'selectpicker',