diff --git a/src/includes/entrepreneur/profile/detail.pug b/src/includes/entrepreneur/profile/detail.pug
index 66884ff88bad4fd049c19e110e1625cefa60755a..e0099ead827d881b651c0edfca53d53d104f9637 100644
--- a/src/includes/entrepreneur/profile/detail.pug
+++ b/src/includes/entrepreneur/profile/detail.pug
@@ -25,8 +25,9 @@ div.block_list.flex
 
         sib-display#entrepreneur_info(
             bind-user
-            fields='name, entrepreneur_profile.organisation.name, registered_on'
+            fields='account.picture, name, entrepreneur_profile.organisation.name, registered_on'
             widget-name='cs-display-property'
+            widget-account.picture='cs-profile-picture'
             widget-entrepreneur_profile.organisation.name='cs-display-property'
             widget-entrepreneur_profile.registered_on='cs-display-property'
         )