.. django-formtags documentation master file, created by sphinx-quickstart on Sat Apr 6 17:59:06 2013. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to django-formtags's documentation! =========================================== django-formtags is a django template library that helps customize forms directly from the templates. You can change things like labels, CSS classes or help texts of fields without having to edit the python code of your forms. It's compatible with all current versions of django (and the python versions they support). To use it, just load the tag library at the top of your templates (make sure you've added ``formtags`` to your ``settings.INSTALLED_APPS``): .. code-block:: html+django {% load formtags %} List of the provided filters ============================ blabel ------ Output a field's ``