forked from enviPath/enviPy
Fixes #83 Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#88
7 lines
210 B
HTML
7 lines
210 B
HTML
{% extends "static/static_base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="alert alert-success" role="alert">
|
|
An email has been sent with instructions to reset your password.
|
|
</div>
|
|
{% endblock %} |