Skip to content
Permalink
1.11.1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Forms have never been this crispy

django-crispy-forms provides you with a |crispy filter and {% crispy %} tag that will let you control the rendering behavior of your Django forms in a very elegant and DRY way. Have full control without writing custom form templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application.

User Guide

Get the most out of django-crispy-forms

.. toctree::
    :maxdepth: 2

    install
    filters
    crispy_tag_forms
    form_helper
    layouts
    template_packs
    crispy_tag_formsets
    dynamic_layouts

.. toctree::
    :maxdepth: 1

    faq

API documentation

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

.. toctree::
    :maxdepth: 2

    api_helpers
    api_layout
    api_templatetags

Developer Guide

Think this is awesome and want to make it better? Read our contribution page, make it better, and you will be added to the contributors list!

.. toctree::
    :maxdepth: 2

    contributing