Commit 2727023e authored by Alexander Zayats's avatar Alexander Zayats

Update form_rules.rst

parent 99ff1149
...@@ -13,7 +13,7 @@ Flask-Admin how each form should be rendered. As an extension, however, the rend ...@@ -13,7 +13,7 @@ Flask-Admin how each form should be rendered. As an extension, however, the rend
bit more: You can use them to output HTML, call Jinja2 macros, render fields and so on. bit more: You can use them to output HTML, call Jinja2 macros, render fields and so on.
Essentially, form rendering rules abstract the rendering, so that it becomes separate from the form definition. So, Essentially, form rendering rules abstract the rendering, so that it becomes separate from the form definition. So,
for example, it no longer matters in which sequence yur form fields are defined. for example, it no longer matters in which sequence your form fields are defined.
Getting started Getting started
--------------- ---------------
......
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