From 6fb257c6ff779e63794cb4a836bab79823f8a3f8 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 9 Aug 2013 17:44:27 -0300 Subject: [PATCH] Removing username from userprofile --- src/accounts/templates/accounts/user-profile.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/accounts/templates/accounts/user-profile.html b/src/accounts/templates/accounts/user-profile.html index 5a46098..9fca9ed 100644 --- a/src/accounts/templates/accounts/user-profile.html +++ b/src/accounts/templates/accounts/user-profile.html @@ -15,7 +15,7 @@ {% else %} - {% ifequal request.user.username user_profile.user.username %} + {% ifequal request.user user_profile.user %} {% trans "Hey, look at you! Do you want to " %} {% trans "update your profile" %}? @@ -40,9 +40,6 @@

{% trans "Personal Information" %}