flask-bootstrap icon indicating copy to clipboard operation
flask-bootstrap copied to clipboard

Ready-to-use Twitter-bootstrap for use in Flask.

Results 59 flask-bootstrap issues
Sort by recently updated
recently updated
newest added

WTForms (2.1) Flask-WTF (0.14.2) Flask-Bootstrap (3.3.7.1) Flask (0.12.2) I define the login form by: ``` class LoginForm(FlaskForm): username = StringField('username', validators=[InputRequired( message="enter the username"), Length(min=6, max=16, message="Length should be more...

It seems that function `bootstrap_find_resource` in flask-bootstrap/flask_bootstrap/__init__.py has a redundant argument `local` which is useless and not corresponding to the __doc__.

html generated by `render_form` is ` ` which there is no **name attr**. This lead to fail POST form, because there is no field data detected when server received data....

With Bootstrap, I'm having to stop and restart the server every time I make a change to any of the bootstrap template. This works fine on Python 2 though. Any...

Hi, LICENSE file is missing in last tarball archive. Bye

Hopefully this is the right place - really struggling to get to the bottom of this. I have the following versions: ``` Flask (0.12.2) Flask-Bootstrap (3.3.7.1) flask-nav (0.6) ``` I...

Could we have a new release from current code line? I really want to use the the parameters `render_kw` in quick_form.

- Create a new base form file - Support wtf form validator - Support Boostrap version 4.x

When use this macro to paginate comments on a post page, you have to scroll to comment area every time after you click the page button. It is useful to...