{% extends "base.html" %} {% load compress static %} {% block title %}Sign In - {{ site_name }}{% endblock %} {% block description %}{% endblock %} {% block head %} {% endblock %} {% block content %}

Sign In to {{ site_name }}

{% if bad_link %}

The login link you just used is either incorrect or expired.

Please use the form below to request a fresh login link.

{% endif %}
or
{% csrf_token %} {% if form.non_field_errors %}

{{ form.non_field_errors|join:"" }}

{% elif form.errors %}

Incorrect email or password.

{% else %}

Enter your email address and password.

{% endif %}

Lost your password?

{% if registration_open %} {% include "front/signup_modal.html" %} {% endif %} {% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}