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

Reset Password

{% if success %} {% else %}

Enter your email address and we'll send you instructions to reset your password.

{% csrf_token %}
{% if errors.email %}
{{ errors.email.0 }}
{% endif %}
{% endif %}

Remember your password? Sign In

{% endblock %}