{% extends "base.html" %} {% block title %}Login - Mimir{% endblock %} {% block content %}

Login

{% if resend_success %}
A new verification email has been sent.
{% endif %} {% if show_resend %} {% endif %} {% if errors.non_field_errors %} {% endif %}
{% csrf_token %}
{% if errors.username %}
{{ errors.username.0 }}
{% endif %}
{% if errors.password %}
{{ errors.password.0 }}
{% endif %}
{% endblock %}