nmgfitness/users/templates/registration/password_reset_done.html

8 lines
138 B
HTML
Raw Normal View History

2021-08-05 19:48:30 +00:00
{% extends 'base.html' %}
{% block content %}
<h2>Password reset done</h2>
<a href="{% url 'login' %}">Back to login</a>
{% endblock %}