>pip install django-crispy-forms `Once installed add crispy_forms to your INSTALLED_APPS in settings.py:` INSTALLED_APPS = ( ... 'crispy_forms', ) CRISPY_TEMPLATE_PACK = 'bootstrap' {% crispy form %}
{% crispy first_form %} {% crispy second_form %}