SciPost Code Repository

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

Fix bug: save webpage field of nomination form

parent 0be7aa0d
No related branches found
No related tags found
No related merge requests found
......@@ -1571,6 +1571,7 @@ def nominate_Fellow(request, VGM_id):
last_name=nomination_form.cleaned_data['last_name'],
discipline=nomination_form.cleaned_data['discipline'],
expertises=nomination_form.cleaned_data['expertises'],
webpage=nomination_form.cleaned_data['webpage'],
voting_deadline=VGM_instance.end_date + datetime.timedelta(days=7),
)
nomination.save()
......
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