.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- templates/registration/password_reset_confirm.html -->
|
||||
{% extends "base.html" %}
|
||||
{% extends "../base.html" %}
|
||||
|
||||
{% block title %}Enter new password{% endblock %}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
</form>
|
||||
|
||||
{% else %}
|
||||
<h1>Invalid link</h1>
|
||||
|
||||
<p>The password reset link was invalid, possibly because it has already been used. Please request a new password reset.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user