{% extends 'base.html' %} {% load bootstrap3 %} {% block title %} Forms {% endblock %} {% block content %} <form role="form" method="post"> {% csrf_token %} {% bootstrap_form form %} {% buttons submit='OK' reset="Cancel" %}{% endbuttons %} </form> {% endblock %}