{% extends "settings/base.html" %} {% block subtitle %}Create Invite{% endblock %} {% block content %}
{% csrf_token %}
Details {% include "forms/_field.html" with field=form.email %} {% include "forms/_field.html" with field=form.notes %}
Back
{% endblock %}