You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
462 B

  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="row">
  4. <div class="col-sm-6 col-sm-offset-3">
  5. <div class="hc-dialog">
  6. <h1>Email Address Updated</h1>
  7. <br />
  8. <p>
  9. Your account's email address has been updated.
  10. You can now <a href="{% url 'hc-login' %}">sign in</a>
  11. with the new email address.
  12. </p>
  13. </div>
  14. </div>
  15. </div>
  16. {% endblock %}