{% extends 'base.html' %} {% load bootstrap3 %} {% block body_class %}{{ block.super }} narrow{% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form form %}
{% endblock %}