{% extends "admin.html" %} {% load staticfiles %} {% block headtitle %}Add Contact - {% endblock %} {% block meeting_information_active %}active{% endblock %} {% block headscript %} {% endblock %} {% block headscript_multi %} {% endblock %} {% block content %}

Please either choose a member or enter their contact details below.
If you choose a member, their details will be automatically added.

{% csrf_token %} {% include "admin/partials/form.html" with form=form %}
{% endblock %}