Paul's Programming Notes     Archive     Feed     Github

Individual Form Fields In Jinja2 - Flask-Admin

On your edit and create templates in Flask-Admin, you can print individual form fields like this (the field's name is location):
{{ form.location }}