]> git.frykholm.com Git - tranquillity.git/blame - templates/registration/password_reset_complete.hml
Initial upload
[tranquillity.git] / templates / registration / password_reset_complete.hml
CommitLineData
26235f08
MF
1{% extends "base_generic.html" %}
2{% block content %}
3
4<h1>The password has been changed!</h1>
5<p><a href="{% url 'login' %}">log in again?</a></p>
6
7{% endblock %}