Using {% crispy form %}

{% crispy form %} renders JavaScript and CSS files inside the form, so you don't need to add {{ form.media }} to your template, just make sure bootstrap JavaScript and jQuery is added before {% crispy form %}.

Using {{ form | crispy }}