From 07bfcda2ce789b43c1ee45e5bb69cdb4b97297df Mon Sep 17 00:00:00 2001 From: tobes Date: Thu, 16 Aug 2012 13:37:52 +0100 Subject: [PATCH] [#2871] Show user decription on user read --- ckan/templates/user/read.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckan/templates/user/read.html b/ckan/templates/user/read.html index 936945c4001..336faceba54 100644 --- a/ckan/templates/user/read.html +++ b/ckan/templates/user/read.html @@ -28,8 +28,8 @@ {{ h.linked_gravatar(user.email_hash, 150) }}

{{ user.fullname or _('No full name provided') }}

- {% if user.about_formatted %} - {{ user.about_formatted }} + {% if c.about_formatted %} + {{ c.about_formatted }} {% else %}

{% if c.is_myself %}