context.setRedirect(context, 'object/edit', **{'ajax':ajax}):
return
elif change_and_view and \
context.validateTextFile(**form) and \
context.validateHTML(**form) and \
context.setRedirect(context, 'object/edit', **{'ajax':ajax}):
return
elif change_and_view and \
context.validateTextFile(**form) and \
context.validateHTML(**form) and \