Skip to content

Commit

Permalink
[#2826] Static url for group image
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 9, 2012
1 parent 54498dc commit c6429cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/snippets/group.html
Expand Up @@ -14,7 +14,7 @@
<section class="module module-narrow module-shallow group">
<div class="module-content media media-vertical">
<a class="media-image" href="{{ url }}">
<img src="{{ group.image_url or h.url_for('/base/images/placeholder-group.png') }}" width="200" height="125" alt="{{ group.name }}" />
<img src="{{ group.image_url or h.url_for_static('/base/images/placeholder-group.png') }}" width="200" height="125" alt="{{ group.name }}" />
</a>
<div class="media-content">
<h3 class="media-heading"><a href={{ url }}>{{ group.title or group.name }}</a></h3>
Expand Down

0 comments on commit c6429cc

Please sign in to comment.