diff --git a/get_together/templates/get_together/teams/list_teams.html b/get_together/templates/get_together/teams/list_teams.html
index 1dadca7..aacbaa1 100644
--- a/get_together/templates/get_together/teams/list_teams.html
+++ b/get_together/templates/get_together/teams/list_teams.html
@@ -6,23 +6,10 @@
{% endblock %}
{% block content %}
-{% if my_teams %}
-
My Teams
-{% include "events/team_list.html" with teams_list=my_teams %}
-
-{% endif %}
-
-{% if request.user.is_authenticated %}
-
-
-{% endif %}
-
-
All Teams
+
Your Teams
- {% for team in all_teams %}
+ {% for team in teams %}
diff --git a/get_together/templates/get_together/users/edit_profile.html b/get_together/templates/get_together/users/edit_profile.html
index 4ba96b1..f02ed25 100644
--- a/get_together/templates/get_together/users/edit_profile.html
+++ b/get_together/templates/get_together/users/edit_profile.html
@@ -4,7 +4,8 @@
-
Profile: {{request.user}}
+
+
Profile: {{user}}