暫無描述

password_reset_done.html 498B

12345678
  1. {% extends "registration/base.html" %}
  2. {% block registration_content %}
  3. <h2>Password reset</h2>
  4. <p>We have emailed you instructions for resetting your password, if an account exists with the email address you entered. You should receive the email shortly.</p>
  5. <p>If you don't receive an email, please make sure you entered the address with which you registered, and check your spam folder.</p>
  6. <p><a href="{% url 'home' %}" class="btn btn-primary" role="button">Home</a></p>
  7. {% endblock %}