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

Same reason as https://github.com/mbr/visitor/pull/2/ :)

I've just found Flask-Bootstrap and it has made life much easier, including the Flask-Nav integration. I'd love to have an option for items in the Navbar to be aligned to...

I'm trying to use nav-tabs to create sort of a navigation for a flask app. I plan for it to look like one of those here: http://bootsnipp.com/snippets/featured/panels-with-nav-tabs . First I...

I really would rather avoid GPL licensed anything within my code dependency chain.

Please see the following flask-nav PR first. https://github.com/mbr/flask-nav/pull/5 Update BootstrapRenderer for new flask-nav element "ViewImg". Provide a sample using template "Logo Nav" of Start Bootstrap. http://startbootstrap.com/template-overviews/logo-nav/

I'm trying to serve a custom version of bootstrap (basically a different theme) from the subdirectory `custom_bootstrap` within the application's static folder: ``` ├── __init__.py └── static └── custom_bootstrap ├──...

Would be awesome if quick_form supports the placeholder option using a dictionary. Something exactly like button_map option. https://pythonhosted.org/Flask-Bootstrap/forms.html?highlight=button_map#form-macro-reference The implementation could be exactly the same as button_map, so probably is...

Probably not the most correct fix, but should be helpful.