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