Pylons / deform

A Python HTML form library.
Other
417 stars 161 forks source link

Copied static folder to static_bs3, then copied bootstrap 4 css and j… #396

Closed sydoluciani closed 4 years ago

sydoluciani commented 4 years ago

355 First try to use bootstrap 4.

Copied static folder to static_bs3, then copied bootstrap 4 css and javascript files to override bootstrap version 3 in static folder.

Bootstrap 4: config.add_static_view('deform_static', 'deform:static/') Bootstrap 3: config.add_static_view('deform_static', 'deform:static_bs3/')