mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
9 lines
318 B
HTML
9 lines
318 B
HTML
{% extends "registration/registration_base.html" %}
|
|
{% block title %}Password reset{% endblock %}
|
|
{% block content %}
|
|
<div class="page-header">
|
|
<h1>Password Reset</h1>
|
|
</div>
|
|
<p>We have sent you an email with a link to reset your password. Please check your email and click the link to continue.</p>
|
|
{% endblock %}
|