{% extends "admin.html" %} {% load staticfiles %} {% block headtitle %}Invite Bios - {% endblock %} {% block meeting_information_active %} class="active" {% endblock %} {% block headscript %} {% endblock %} {% block content %}

Please use the form below to enter the email addresses of the people you would like to send a bio request to.
Each email address needs to be on a separate line.
Please ensure you add the tag {% verbatim %}{{ profile_url }}{% endverbatim %} in your message, so the member knows where to go to complete their profile.

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