def form_invalid(self, form): return ajaxize(form)
def form_valid(self, form): result = form.send() if result: return result return ajaxize(form)