{% extends "profile_base.html" %} {% set profile_nav_active = "invites" %} {% block profile_content %}
{% set breadcrumbs = [ {"name": current_user.name | display_name(current_user.username), "href": "/profile"}, {"name": "Invites", "href": "/profile/invites"}, {"name": "New"} ] %} {% include "partials/breadcrumbs.html" %}

Create invite

Create a signup invite from your profile.

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