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

i am learning the flask-bootstrap ,and i am already import this module,and i can run the code,but i did not see the bootstrap style for the ’index1.html‘ i hope somebody...

Please upgrade bootstrap4, it is essential for me.

Hello, the package on pypi lacks the LICENSE file in the tarball. Distributions need to distribute this file when creating the package. Could you please include it in next release?...

https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity It will be nice it enable Subresource Integrity when using CDN in flask-bootstrap

When I render a form using `{{ wtf.quick_form(form, form_type="basic") }}` my radio fields do not have a label.

I've taken the installed and running serverless-flask and brought in flask-bootstrap. I've named my app campaignManager.py I'm using the basic code from serverless-flask [problem.zip](https://github.com/mbr/flask-bootstrap/files/2070092/problem.zip) and your basic example sls wsgi...

Hi! today I wanted to install flask-bootstrap on my Kubuntu 18.04 machine and I encountered this error message while running pip: `$ pip3 install Flask-Bootstrap ` ``` Collecting Flask-Bootstrap Using...

https://github.com/mbr/flask-bootstrap/blob/master/LICENSE mentions two different licenses: BSD-3c and Apache-2.0, but setup.py only mentions BSD-3c. Does it mean that Apache-2.0 is only mentioned because of historical reasons?