Skip to content

Commit

Permalink
fix: add channel specification for forms
Browse files Browse the repository at this point in the history
  • Loading branch information
dodumosu committed Nov 4, 2019
1 parent f6c9bdd commit 0cf1d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apollo/formsframework/views_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def forms_list(view):
'breadcrumbs': breadcrumbs,
'init_form': checklist_init_form,
'form_import_form': form_import_form,
'channel': session.get('_id'),
}

return view.render(template_name, **context)
Expand Down

0 comments on commit 0cf1d67

Please sign in to comment.