Skip to content

Commit

Permalink
Merge branch 'LaurentGoderre-fix-2827'
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 20, 2016
2 parents de1dde2 + 4e929e3 commit c70637b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/snippets/organization_item.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% set url=h.url_for(controller='organization', action='read', id=organization.name) %}
{% set truncate=truncate or 0 %}
{% block organization_item %}
<section class="group-list module module-narrow module-shallow">
{% block organization_item_header %}
<header class="module-heading">
{% set url=h.url_for(controller='organization', action='read', id=organization.name) %}
{% set truncate=truncate or 0 %}
{% block organization_item_header_image %}
<a class="module-image" href="{{ url }}">
<img src="{{ organization.image_display_url or h.url_for_static('/base/images/placeholder-organization.png') }}" alt="{{ organization.name }}" />
Expand Down

0 comments on commit c70637b

Please sign in to comment.