{% extends "base.html" %} {% block content %}

Log In

{% if error %}
{{ error }}
{% endif %} {% if message %}
{{ message }}
{% endif %}

Having trouble logging in? Make sure your browser accepts cookies.

Don't have an account?

Create an account
{% if show_oauth %} {% else %}

Or sign in with

OAuth login currently disabled

{% endif %}
{% endblock %}