Skip to content
Snippets Groups Projects

Add form, url, template and view; no functionality yet

Merged Fanna Lautenbach requested to merge SDC-810/group-creation into main
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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:
Loading