SciPost Code Repository

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

Correct bug in ci invitation utils form load

parent 59e9aa97
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,7 @@ class Utils(object):
email = cls.form.cleaned_data['email'],
invitation_type = cls.form.cleaned_data['invitation_type'],
cited_in_submission = cls.form.cleaned_data['cited_in_submission'],
cited_in_publication = cls.form.cleaned_data['cited_in_publication'],
invited_by = cls.contributor,
message_style = cls.form.cleaned_data['message_style'],
personal_message = cls.form.cleaned_data['personal_message'],
......
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