{% extends 'partners/_partners_page_base.html' %} {% block breadcrumb_items %} {{block.super}} Add a Prospective Partner {% endblock %} {% block pagetitle %}: Supporting Partners: add{% endblock pagetitle %} {% load bootstrap %} {% block content %}

Add a Prospective Partner

Please provide contact details of an appropriate representative, and details about the potential Partner.

{% csrf_token %} {{ form|bootstrap }}
{% if errormessage %}

{{ errormessage }}

{% endif %}
{% endblock content %}