forked from enviPath/enviPy
Fixes #83 Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#88
6 lines
168 B
HTML
6 lines
168 B
HTML
{% extends "static/static_base.html" %}
|
|
|
|
{% block content %}
|
|
<p>Your password has been reset successfully. <a href="{% url 'login' %}">Login</a></p>
|
|
{% endblock %}
|