{% extends "base.html" %} {% block title %}Alyssa and Ben's Wedding: Add Guest Info{% endblock %} {% block header %}

Request Adding a Guest

{% endblock %} {% block content %} {% include "return_to_rsvp.html" %}

We'd obviously love for you to bring your spouse or partner along with you! As space is limited at our venues, please feel free to email us prior to adding other guests.

{% for field in form %} {% if not field.is_hidden %}
{{ field.label_tag }}
{{ field }} {{ field.errors }}
{% endif %} {% endfor %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}

Note that all contact information is stored on a computer system personally managed by us and will not be shared with any third parties. This information will be used primarily for mailing out invitations and for contacting you in an emergency.

{% endblock %}