{% extends 'demo/base.html' %} {% load bootstrap3 %} {% block title %} Forms {% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form form layout=layout %} {% buttons submit='OK' reset="Cancel" %}{% endbuttons %}
{% endblock %}