Skip to content

Commit

Permalink
Merge branch 'master' of github.com:okfn/ckan into feature-1515-activ…
Browse files Browse the repository at this point in the history
…ity-streams
  • Loading branch information
Sean Hammond committed Feb 5, 2012
2 parents 622a220 + 4955254 commit bad9725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/read.html
Expand Up @@ -32,7 +32,7 @@
</dd>
<dt>Member since</dt>
<dd>${c.created_formatted}</dd>
<py:if test="c.about_formatted==''">
<py:if test="c.about_formatted">
<dt>About</dt>
<dd>${c.about_formatted}</dd>
</py:if>
Expand Down

0 comments on commit bad9725

Please sign in to comment.