{% extends "base.html" %} {% block title %}Invite a Guest — {{ service_name }}{% endblock %} {% block content %}

Invite a Guest

To invite a guest to {{ service_name }}, please submit their email address using the form below. They will then receive an email which can be used to complete the registration process.

{{ invitation_form.csrf_token() }}
{% if has_success%} The invitation to {{invitation_form.email.data}} has been sent. {% endif %} {% if has_error%} Please enter a valid email address. {% endif %}
{% endblock %}