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

New Pin

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