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

Alyssa and Ben's Wedding: Login

{% endblock %} {% block content %} {% if form.errors %}

Your invite code didn't match. Please try again.

If you continue to have problems, please email us for a new invite code.

{% endif %}

Please enter your invite code:

{{ form.token.label_tag }} {{ form.token }}

Your Invite Code was included in the save-the-date and invitations and allows this site to authenticate your login.

{% endblock %}