{% extends "closedverse_main/layout.html" %} {% load static %}{% block main-body %}

Log In

Sign in to access {{ brand_name }}

{% csrf_token %}

{% for field, errors in form.errors.items %} {% for error in errors %} {{ error }}
{% endfor %} {% endfor %}

{% if allow_signups %}

If you don't have an account, sign up here.

{% else %}

Signing up is disabled for now, check back later.

{% endif %} {% if reset_supported %}

If you forgot your password, reset it here.

{% endif %}

If you need help with logging in, see the login help page.

{% endblock %}