{% extends 'base.html' %} {% load bootstrap %} {% block content %}

{{ title }}

{% csrf_token %} {{ form|bootstrap }} Cancel
{% endblock %}