{% extends "base.html" %} {% block content %}
{% with staff_nav_active="invites" %} {% include "partials/staff_sidebar.html" %} {% endwith %}
{% set breadcrumbs = [ {"name": "Staff", "href": "/staff"}, {"name": "Invites", "href": "/staff/invites"}, {"name": "New"} ] %} {% include "partials/breadcrumbs.html" %}

Create invite

Create a signup invite for a future user.

{% if error %}
{{ error }}
{% endif %}
Leave blank to let the invited user choose their email address during signup.
Cancel
{% endblock %}