SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 270ab6bf authored by George Katsikas's avatar George Katsikas :goat:
Browse files

refactor production stream search

parent 7f16b0a0
No related branches found
No related tags found
1 merge request!58[Fellowship Nominations] Rework the fellowship nomination system and UI
......@@ -376,6 +376,7 @@ class ProductionStreamSearchForm(forms.Form):
for field in self.fields:
if field in session:
self.fields[field].initial = session[field]
print(field, session[field])
self.helper = FormHelper()
self.helper.layout = Layout(
......
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