Skip to content

Commit

Permalink
[#2871] Show user decription on user read
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 16, 2012
1 parent b26f330 commit 07bfcda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/user/read.html
Expand Up @@ -28,8 +28,8 @@
<span class="media-image">{{ h.linked_gravatar(user.email_hash, 150) }}</span>
<div class="description">
<h1 class="heading">{{ user.fullname or _('No full name provided') }}</h1>
{% if user.about_formatted %}
{{ user.about_formatted }}
{% if c.about_formatted %}
{{ c.about_formatted }}
{% else %}
<p class="empty">
{% if c.is_myself %}
Expand Down

0 comments on commit 07bfcda

Please sign in to comment.