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

Log In

{% if error %}
{{ error }} {% if unverified_user_id %}

Didn't receive the verification email?

Resend verification email to {{ unverified_email }}
{% endif %}
{% endif %} {% if message %}
{{ message }}
{% endif %}

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

Don't have an account?

Create an account
{% if oauth_providers and oauth_providers|length > 0 %}

Or sign in with

{% if oauth_providers|length <= 2 %}
{% for provider in oauth_providers %} {{ provider.name }} {% endfor %}
{% else %}
{% for provider in oauth_providers %} {{ provider.name }} {% endfor %}
{% endif %}
{% endif %}
{% endblock %}