diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml
index 50050d2eb..ee0892315 100644
--- a/app/views/people/show.html.haml
+++ b/app/views/people/show.html.haml
@@ -1,6 +1,10 @@
.span-20.last
%h1= "#{@person.real_name}"
= link_to 'remove friend', @person, :confirm => 'Are you sure?', :method => :delete
+%p
+ %b Active?
+%p
+ = @person.active
- if @person_profile
%p
%b First Name