{% extends "base.html" %} {% block content %} {% block create_form %}
{% csrf_token %} {% endblock create_form %} {% if form.non_field_errors %}
{% for err in form.non_field_errors %}
{{ err }}
{% endfor %}
{% endif %} {{ form.as_p }}
{% endblock %}