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