pinax-theme-bootstrap 5.7.0 Released
This release includes the following:
- Upgrade jQuery 2.1.1 -> 2.1.3
- Upgrade Font Awesome 4.2.0 -> 4.3.0
- Upgrade bootstrap 3.3.0 -> 3.3.2
- Add
to subnav_base.html - Pull in body, section and footer styles from pinax starter projects
- Explain error -> danger alias
- Handle instances where level_tag is undefined
- Allow for lazy translation of message tags
- Use level_tag to be consistent with Django >= 1.7
- Alias "error" as "danger", since .alert-error does not exist in Bootstrap 3
- Retrieve the message level tag and prefix it with alert-
- Retrieve message tags via get_message_tags template tag
- Add pinax_theme_bootstrap_tags tag library