{% extends 'core/base.html' %} {% load bootstrap_field %} {% block title %}New Pin{% endblock %} {% block yield %}

New Pin

{{ form.non_field_errors }}
{% csrf_token %} {% for field in form %} {% bootstrap_field field %} {% endfor %}
Cancel
{% endblock %}