Closed devilicecream closed 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.
This is also solved by 07fc5e254f02235e1661e6fbb8aec8d58085adbc refer to #32 for link to documentation.
:+1:
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.