distro_tracker.html¶
Various helpers to build better HTML.
distro_tracker.html.templatetags.bootstrap¶
Template tags to inject bootstrap-specific content on various elements.
Apply normal bootstrap formatting to a form.
Apply inline bootstrap formatting to a form.
Apply horizontal bootstrap formatting to a form.
Add bootstrap classes to a field.
Render various elements with our custom templates.
Return True if the field is a Checkbox, False otherwise.
Return True if the field is a MultipleCheckbox, False otherwise.
Return True if the field is a radio selector, False otherwise.
Return True if the field is a file selector, False otherwise.