{% extends 'demo/base.html' %} {% load bootstrap3 %} {% block title %} Forms {% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form_errors form type='non_fields' %} {% bootstrap_field form.subject layout='horizontal' size='sm' %} {% bootstrap_field form.message placeholder='bonkers' %} {% buttons submit='OK' reset="Cancel" %}{% endbuttons %}
{% endblock %}