SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit ad5606ef authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Fix exclude_fields incomplete

parent 1e04eb13
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ class InitiatePublicationForm(forms.Form):
class ValidatePublicationForm(forms.ModelForm):
class Meta:
model = Publication
exclude = ['authors', 'authors_claims', 'authors_false_claims',
'metadata', 'metadata_xml',
'latest_activity']
exclude = ['authors_claims', 'authors_false_claims',
'metadata', 'metadata_xml', 'authors_registered',
'authors_unregistered', 'latest_activity']
class UnregisteredAuthorForm(forms.ModelForm):
......
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