Skip to content
Snippets Groups Projects
Commit 05d0c3ef authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

add double-click tip to availability form

fixes #81
parent 4f79e532
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class AvailabilitiesFormMixin(forms.Form): ...@@ -19,7 +19,7 @@ class AvailabilitiesFormMixin(forms.Form):
availabilities = forms.CharField( availabilities = forms.CharField(
label=_('Availability'), label=_('Availability'),
help_text=_( help_text=_(
'Please click and drag to mark the availability during the event.' 'Click and drag to mark the availability during the event, double-click to delete.' # Adapted help text
), ),
widget=forms.TextInput(attrs={'class': 'availabilities-editor-data'}), widget=forms.TextInput(attrs={'class': 'availabilities-editor-data'}),
required=False, required=False,
......
...@@ -37,10 +37,10 @@ msgid "Availability" ...@@ -37,10 +37,10 @@ msgid "Availability"
msgstr "Verfügbarkeit" msgstr "Verfügbarkeit"
#: AKModel/availability/forms.py:22 #: AKModel/availability/forms.py:22
msgid "Please click and drag to mark the availability during the event." msgid "Click and drag to mark the availability during the event, double-click to delete."
msgstr "" msgstr ""
"Bitte klicken und ziehen um die Verfügbarkeiten während des Events zu " "Klicken und ziehen um die Verfügbarkeiten während des Events zu "
"markieren." "markieren. Doppelt klicken um Einträge zu löschen."
#: AKModel/availability/forms.py:86 #: AKModel/availability/forms.py:86
msgid "The submitted availability does not comply with the required format." msgid "The submitted availability does not comply with the required format."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment