diff --git a/people/templates/people/person/detail.html b/people/templates/people/person/detail.html
index b071b83..a9ee268 100644
--- a/people/templates/people/person/detail.html
+++ b/people/templates/people/person/detail.html
@@ -50,84 +50,44 @@
-
-
-
Relationships As Source
+
People I've Answered Questions About
-
-
-
- | Contact Name |
- |
- |
-
-
+
+
+
+ | Contact Name |
+ |
+
+
-
- {% for relationship in person.relationships_as_source.all %}
-
- | {{ relationship.target }} |
-
- Profile
- |
-
- Relationship Detail
- |
-
+
+ {% for relationship in person.relationships_as_source.all %}
+
+ | {{ relationship.target }} |
+
+ Profile
+ Relationship Detail
+ {% if person.user == request.user or request.user.is_superuser %}
+ Update
+ {% endif %}
+ |
+
- {% empty %}
-
- | No known relationships |
-
+ {% empty %}
+
+ | No known relationships |
+
- {% endfor %}
-
-
-
- New Relationship
-
-
-
-
-
Relationships As Target
-
-
-
-
- | Contact Name |
- |
- |
-
-
-
-
- {% for relationship in person.relationships_as_target.all %}
-
- | {{ relationship.source }} |
-
- Profile
- |
-
- Relationship Detail
- |
-
-
- {% empty %}
-
- | No known relationships |
-
-
- {% endfor %}
-
-
-
-
+ {% endfor %}
+
+
+
New Relationship
+