diff --git a/calsocial/templates/profile-details.html b/calsocial/templates/profile-details.html index 07ea66d..8e8645d 100644 --- a/calsocial/templates/profile-details.html +++ b/calsocial/templates/profile-details.html @@ -2,7 +2,7 @@ {% block content %}

- {{ profile.name }} + {{ profile.display_name }} @{{ profile.user.username}}

{% if profile.user != current_user %}