SciPost Code Repository

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

Correct fellows.add form

parent dfc86e4e
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ class RequestSubmissionForm(SubmissionChecks, forms.ModelForm):
# Add Guest Fellowships if the Submission is a Proceedings manuscript
guest_fellows = qs.guests().filter(
proceedings=submission.proceedings).return_active_for_submission(submission)
submission.fellows.add(guest_fellows)
submission.fellows.add(*guest_fellows)
@transaction.atomic
def save(self):
......
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