From 83c80612ca95b854c9342d169ac1fc7512af6aef Mon Sep 17 00:00:00 2001 From: Les Orchard Date: Mon, 17 Oct 2011 00:55:08 -0400 Subject: [PATCH] Show profile avatar whether uploaded or not --- apps/profiles/templates/profiles/profile_view.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/profiles/templates/profiles/profile_view.html b/apps/profiles/templates/profiles/profile_view.html index 218c1bb..2cccc4d 100644 --- a/apps/profiles/templates/profiles/profile_view.html +++ b/apps/profiles/templates/profiles/profile_view.html @@ -6,9 +6,7 @@

Profile for {{ user }}

- {% if profile.avatar %} -
Avatar:
- {% endif %} +
Avatar:
Username:
{{ user.username }}
Display name:
{{ profile.display_name }}
Location:
{{ profile.location }}