Skip to content
Snippets Groups Projects
Commit 9ae7dac7 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

autofill bibliography when processing first form

Former-commit-id: 8436d12978535c4a0e9095373ddd6c73e5d75d9a
parent 40a2ecaa
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ class IppiWizard(SessionWizardView): ...@@ -65,6 +65,7 @@ class IppiWizard(SessionWizardView):
when appropriate when appropriate
""" """
if self.steps.current=='IdForm': if self.steps.current=='IdForm':
form.instance.autofill()
self.instance_dict['BibliographyForm'] = form.instance self.instance_dict['BibliographyForm'] = form.instance
return self.get_form_step_data(form) return self.get_form_step_data(form)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment