Render Bootstrap 3 forms with WTForms and Jinja
November 10th, 2013
14 comments
We all know amazing libraries Jinja and WTForms which simplify our life in rendering web pages for user. By default, they don’t provide any advanced formatting or styling. One of the ways to solve this is to use Bootstrap library. This post will show how to integrate this three libraries all together using forms as example.
NOTE: Code for this post is embed at the end of the post or you can jump directly to gist in the new tab (recommended): https://gist.github.com/bearz/7394681