TurboGears / tg2

Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications
http://www.turbogears.org/
Other
806 stars 78 forks source link

Added BootstrapFlash and FoundationFlash classes #52

Closed devilicecream closed 10 years ago

devilicecream commented 10 years ago

Added BootstrapFlash and FoundationFlash classes to allow Bootstrap 3 and Foundation 5 users to use the appropriate css classes for their framework. It still requires tg.flash monkeypatching in app_cfg.py. Maybe it's possible to find a better way to do that.

amol- commented 10 years ago

As discussed in #32 the right solution is providing templates support for flash, as TurboGears package itself should not make assumptions or reference specific CSS or JavaScript frameworks.

amol- commented 10 years ago

This is also solved by 07fc5e254f02235e1661e6fbb8aec8d58085adbc refer to #32 for link to documentation.

moschlar commented 10 years ago

:+1: