Skip to content
Snippets Groups Projects
Commit 053a9395 authored by Benjamin Becker's avatar Benjamin Becker
Browse files

removes href around org image

parent ec887518
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ Example:
#}
{% set truncate = truncate or 0 %}
{% set url = h.url_for(controller='organization', action='read', id=organization.name) %}
{% block info %}
<div class="module module-narrow module-shallow context-info">
......@@ -30,10 +29,8 @@ Example:
{% block inner %}
{% block image %}
<div class="image">
<a href="{{ url }}">
<img src="{{ organization.image_display_url or h.url_for_static('/base/images/placeholder-organization.png') }}"
width="200" alt="{{ organization.name }}" />
</a>
</div>
{% endblock %}
{% if not hide_description %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment