euscan-ng/euscanwww/djeuscan/templates/registration/password_reset_complete.html
volpino d34a0c4992 euscanwww: included django-registration and tweaked templates
Signed-off-by: volpino <fox91@anche.no>
2012-06-09 17:12:09 +02:00

8 lines
227 B
HTML

{% extends "registration/_registration_base.html" %}
{% block title %}Password reset complete{% endblock %}
{% block content %}
Your password has been reset! You may now <a href="{{ login_url }}">log in</a>.
{% endblock %}