{% extends "base.html" %} {% block title %}Password reset - MikroMon{% endblock %} {% block content %}

Password reset

Enter your email. If the account exists, we'll send a reset link.
{{ form.hidden_tag() }}
{{ form.email(class_="form-control", placeholder="email@example.com") }}
{% endblock %}