Skip to content

Commit

Permalink
[#2939] Organization snippet improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 2, 2012
1 parent f458cc8 commit 63cf767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/templates/snippets/organization.html
Expand Up @@ -12,6 +12,7 @@
#}
{% with truncate=truncate or 0, url=h.url_for(controller='organization', action='read', id=organization.name) %}
<section class="module module-narrow module-shallow group">
<h2 class="module-heading">{{ _('Owning Organization') }}</h2>
<div class="module-content media media-vertical">
<a class="media-image" href="{{ url }}">
<img src="{{ organization.image_url or h.url_for_static('/base/images/placeholder-organization.png') }}" width="200" height="125" alt="{{ organization.name }}" />
Expand Down

0 comments on commit 63cf767

Please sign in to comment.