Commit 2f577be4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! set REQUEST['original_context'] in FormBox if context_method_id is used.

parent 91148a26
......@@ -121,7 +121,7 @@ class FormBoxWidget(Widget.Widget):
set_cell = True
REQUEST.set('cell', here)
else:
set_sell = False
set_cell = False
try:
form = getattr(here, target_id)
except AttributeError:
......
Markdown is supported
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