centered default image

master
Tezza 2015-03-01 20:45:33 +01:00
parent 2abf6880ab
commit 4c78b12b14
1 changed files with 8 additions and 6 deletions

View File

@ -9,13 +9,15 @@
{% endif %}
</div>
{% else %}
{% if event.url %}
<a target="_blank" href="{{ event.url }}">
<div class="img">
{% if event.url %}
<a target="_blank" href="{{ event.url }}">
<img src="{{ level2.logo }}" />
</a>
{% else %}
<img src="{{ level2.logo }}" />
</a>
{% else %}
<img src="{{ level2.logo }}" />
{% endif %}
{% endif %}
</div>
{% endif %}
<h4>{{ event.date }}</h4>
{% if event.location is defined %}