diff --git a/templates/user/edit.html b/templates/user/edit.html index 38e09c0..5053306 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -1,15 +1,14 @@ {% extends "base.html" %} {% block title %}Edit profile{% endblock %} {% block content %} -
-
-

Edit Profile

-

Manage your profile and account settings.

+
+
+

Edit your profile

+

Manage your profile and account settings.

+
+
+ {% include "edit/update_profile.html" %} + {% include "edit/change_password.html" %} +
- -
- {% include "edit/update_profile.html" %} - {% include "edit/change_password.html" %} -
-
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/user/edit/change_password.html b/templates/user/edit/change_password.html index 03e7579..ea9fbfb 100644 --- a/templates/user/edit/change_password.html +++ b/templates/user/edit/change_password.html @@ -1,48 +1,46 @@
-

Change Password

- -
-
- - -
-
- - -
-
- - -
- -
-
-
\ No newline at end of file +

Password

+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
diff --git a/templates/user/edit/update_profile.html b/templates/user/edit/update_profile.html index 978c57c..c8e7b4a 100644 --- a/templates/user/edit/update_profile.html +++ b/templates/user/edit/update_profile.html @@ -1,40 +1,30 @@
-

Profile Information

- +

Profile settings

-
- +
-
- + + placeholder="John Doe" + class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500">

Your real name (optional)

-
- +

Maximum 500 characters

- -
-
\ No newline at end of file +