Added filter functionality and combined both base.html
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% extends 'common/base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Change Password</h2>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<button type="submit">Change Password</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user