mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Updated templates
This commit is contained in:
11
app/templates/registration/password_change_form.html
Normal file
11
app/templates/registration/password_change_form.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "registration/registration_base.html" %}
|
||||
{% block title %}Change password{% endblock %}
|
||||
{% block content %}
|
||||
<form method='post' action=''>
|
||||
<table>
|
||||
{{ form }}
|
||||
</table>
|
||||
<input type='submit' value="Change password" />
|
||||
{% csrf_token %}
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user