SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 9fd6456a authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Tweak OrganizationForm

parent ee703611
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ class OrganizationForm(forms.ModelForm):
attrs={'data-html': True}
),
label='Parent',
required=False,
)
superseded_by = forms.ModelChoiceField(
queryset=Organization.objects.all(),
......@@ -48,6 +49,7 @@ class OrganizationForm(forms.ModelForm):
attrs={'data-html': True}
),
label='Superseded by',
required=False,
)
class Meta:
model = Organization
......
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