Skip to content
Snippets Groups Projects
Commit e1d416d1 authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

remove '+space' from help text

parent f2c9b350
No related branches found
No related tags found
1 merge request!70Add form, url, template and view; no functionality yet
Pipeline #42689 passed
......@@ -52,7 +52,7 @@ class WorkSpecificationForm(ModelForm):
class GroupForm(ModelForm):
obs_ids = CharField(label='SAS IDs',
help_text="A list of SAS IDs separated with a comma+space. Example: 123, 456, 789",
help_text="A list of SAS IDs separated with a comma. Example: 123, 456, 789",
required=True)
class Meta:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment