diff --git a/people/templates/people/person/detail_full.html b/people/templates/people/person/detail_full.html
index bbc7945..ff80350 100644
--- a/people/templates/people/person/detail_full.html
+++ b/people/templates/people/person/detail_full.html
@@ -22,30 +22,32 @@
+
-
-
-
- {% if relationship %}
-
- {% endif %}
-
+ {% endif %}
diff --git a/people/templates/people/person/detail_partial.html b/people/templates/people/person/detail_partial.html
index 3d5e146..84c6060 100644
--- a/people/templates/people/person/detail_partial.html
+++ b/people/templates/people/person/detail_partial.html
@@ -22,30 +22,32 @@
{{ person.name }}
-
+ {% if person.user != request.user %}
+
+
+
+
-
-
-
- {% if relationship %}
-
- {% endif %}
-
+ {% endif %}
diff --git a/people/templates/people/person/list.html b/people/templates/people/person/list.html
index 77502bd..a8bf1b9 100644
--- a/people/templates/people/person/list.html
+++ b/people/templates/people/person/list.html
@@ -37,17 +37,19 @@
Profile
- {% if person.pk in existing_relationships %}
-
Update Relationship
-
+ {% if person.user != request.user %}
+ {% if person.pk in existing_relationships %}
+
Update Relationship
+
- {% else %}
-
New Relationship
-
+ {% else %}
+
New Relationship
+
+ {% endif %}
{% endif %}