Commit 3a59d581 authored by Mike's avatar Mike

Fix small typo

parent a76c004d
...@@ -1272,7 +1272,7 @@ class BaseModelView(BaseView, ActionsMixin): ...@@ -1272,7 +1272,7 @@ class BaseModelView(BaseView, ActionsMixin):
return redirect(return_url) return redirect(return_url)
form_opts = FormOpts(widget_args=self.form_widget_args, form_opts = FormOpts(widget_args=self.form_widget_args,
form_rules=self._form_create_rules) form_rules=self._form_edit_rules)
return self.render(self.edit_template, return self.render(self.edit_template,
model=model, model=model,
......
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