{% extends "wedding/blocks/base.html" %} {% load static %} {% block title %} Login {% endblock %} {% block content %}

Account Login

{% if form.errors %}
Error logging in. Please try again.
{% elif next != "/" %}
Please log in or RSVP to view this page. Thank you!
{% endif %}

Already RSVP'd? Login

{% csrf_token %}

Forgot password?

RSVP

Welcome to our wedding site!

Submit your RSVP

Whether you can join us for the wedding or not, we need to find your RSVP to allow access to the more personal parts of the website.

{% endblock %}