From 303dd3d08289fe452fe5b4fe6e43263a4859f3bb Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 11 Jul 2018 09:35:32 +0200 Subject: [PATCH] [Bugfix] Fix the display name on the profile pages --- calsocial/templates/profile-details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}