aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_complete.html
blob: c0bccc10a6ccf48153093947e23c61a9ff55ecac (plain)
1
2
3
4
5
6
7
{% extends 'registration/base_simple.html' %}

{% block content %}
  <p>
    Your password has been set. You may go ahead and <a href="{% url 'signin' %}">sign in</a> now.
  </p>
{% endblock %}