{% extends "base.html" %} {% load static %} {% block title %} Sign in to Continue {% endblock title %} {% block content %}
Please authenticate yourself to continue.
{% if error and error is not NONE %}{{ error }}
Please wait while you are being redirected.
{% else %}You can close this window now.
{% endif %} {% elif success and passwordless %}Please check your inbox for our email. If it is not there, then check your spam or junk folder.