{% extends "base.html" %} {% load compress hc_extras static %} {% block title %}Sign In - {% site_name %}{% endblock %} {% block description %}{% 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 %}
Don't have an account? Sign Up
{% include "front/signup_modal.html" %} {% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}