{% extends 'base.html' %} {% block title %}Login - KeepItGoing{% endblock %} {% block auth_content %}

Login

{% if error %}
{{ error }} {% if can_resend %}

Resend verification email

{% endif %}
{% endif %}
{% csrf_token %}
{% if allow_self_registration %} {% endif %}
{% endblock %}