mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-25 07:39:28 +00:00
Updated templates
This commit is contained in:
12
app/templates/registration/password_reset_confirm.html
Normal file
12
app/templates/registration/password_reset_confirm.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "registration/registration_base.html" %}
|
||||
{% block title %}Confirm password reset{% endblock %}
|
||||
{% block content %}
|
||||
<p>Enter your new password below to reset your password:</p>
|
||||
<form method="post" action="">
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
<input type='submit' value="Set password" />
|
||||
{% csrf_token %}
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user