SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 88279171 authored by rolf's avatar rolf
Browse files

Added utf-8 header to utils.py and commented out line with syntax error on form field

parent b03acc1b
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import datetime
import hashlib
import random
......
......@@ -40,7 +40,7 @@ class AssignSubmissionForm(forms.Form):
# user__contributor__specializations__contains=[specialization,] # Reactivate later on, once the Editorial College is large enough
), required=True, label='Select an Editor-in-charge')
editor_in_charge = forms.ModelChoiceField(queryset=...)
#editor_in_charge = forms.ModelChoiceField(queryset=...)
class ConsiderAssignmentForm(forms.Form):
......
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