{% extends "base.html" %} {% block section %}Invitation Sent{% endblock %} {% block title %}Invitation Sent{% endblock %} {% block content %} Invitation will be sent to {{ name }}, email address: {{ email }}.
Email Information
    {{ form.as_ul }}

{% endblock %}