summaryrefslogtreecommitdiff
path: root/dashboard/templates/registration/password_reset_done.html
blob: 9aed573abf121bc126d66fa6a553985402ed5102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "base.html" %}
{% block region %}{% endblock %}

{% block title %}Password Reset{% endblock %}

{% block content %}
  <div id="page_head">
    <h2>Password reset initiated</h2>
  </div>
  <div class="ui-state-highlight ui-corner-all success">
   <span class="close ui-icon ui-icon-circle-close" style="display:none;"></span>
   <p>
      <span class="ui-icon ui-icon-check"></span>
      We've emailed you instructions for resetting your password.
    </p>
  </div>
{% endblock %}