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