diff --git a/website/templates/account/password_change.html b/website/templates/account/password_change.html index ad228ef27..52d615d8e 100644 --- a/website/templates/account/password_change.html +++ b/website/templates/account/password_change.html @@ -18,13 +18,23 @@ {% load i18n %} {% block style %} {% endblock style %} {% block content %} -
-
-
-

{% trans "Change Password" %}

-
-
-
-
+ {% include "includes/sidenav.html" %} +
+
+

{% trans "Change Password" %}

+ class="password_change" + id="password-change-form"> {% csrf_token %} -
-
-
- - - {{ form.oldpassword.errors }} -
-
- - - {{ form.password1.errors }} -
-
- - - {{ form.password2.errors }} -
+
+ +
+ + + {{ form.oldpassword.errors }} +
+ +
+ + + {{ form.password1.errors }} +
+ +
+ + + {{ form.password2.errors }} +
+ +
+ + +
+
+ class="btn btn-success w-full py-2 bg-green-500 text-white font-semibold rounded-lg shadow-md hover:bg-green-600"> + {% trans "Change Password" %} +
+ {% endblock content %}