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

New Pin

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