{% extends "base.html" %} {% 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 %}

Health Checks

Please enter your email address. Next, we'll send you an email with log-in instructions!

{% endif %}
{% csrf_token %}
@
{% endblock %}