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 @@
\ 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 @@