diff --git a/get_together/templates/get_together/users/show_profile.html b/get_together/templates/get_together/users/show_profile.html index 20d79e6..c0f89c9 100644 --- a/get_together/templates/get_together/users/show_profile.html +++ b/get_together/templates/get_together/users/show_profile.html @@ -3,25 +3,32 @@ {% block content %} {% if user %} +
Full name: {{user.realname}}
-Realname: {{user.realname}}Homepage: {{user.weburl}}
+ {% endif %} +