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" %}