{% extends "base.html" %} {% load compress staticfiles %} {% block content %}
{% if bad_link %}

Incorrect Login Link

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

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

{% else %}

Healthchecks

{% if show_password %} Please enter your email address and password. {% else %} Please enter your email address. Next, we'll send you an email with log-in instructions! {% endif %}

{% endif %} {% if bad_credentials %}

Incorrect email or password.

{% endif %}
{% csrf_token %}
{% if not show_password %}
{% endif %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}