diff --git a/app/views/extranet/contacts/persons/show.html.erb b/app/views/extranet/contacts/persons/show.html.erb
index 659087c0f50ff3a4b1420380839e086531b90233..cc214ac2d4d83b88961593a3ecbc69f851f9c1f8 100644
--- a/app/views/extranet/contacts/persons/show.html.erb
+++ b/app/views/extranet/contacts/persons/show.html.erb
@@ -4,7 +4,7 @@
   <div class="col-md-8 order-2 order-md-1">
     <div class="row">
       <div class="col-md-9">
-        <% unless @person.biography.blank? %>
+        <% unless @person.summary.blank? %>
           <p class="lead">
             <%= @person.summary %>
           </p>