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