{% 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 create an account to view this page. Thank you!
{% endif %}

Existing Users

{% csrf_token %}

Forgot password?

New Users

Welcome to our wedding site!

Please click here to create
a new account so that you can submit your RSVP.

{% endblock %}