open links in new windows

master
Tezza 2015-02-27 01:26:21 +01:00
parent 74ff436b80
commit d1eea657f7
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
{% if event.image %} {% if event.image %}
<div class="img"> <div class="img">
{% if event.url %} {% if event.url %}
<a href="{{ event.url }}"> <a target="_blank" href="{{ event.url }}">
<img src="{{ event.image }}" /> <img src="{{ event.image }}" />
</a> </a>
{% else %} {% else %}
@ -15,7 +15,7 @@
</div> </div>
{% else %} {% else %}
{% if event.url %} {% if event.url %}
<a href="{{ event.url }}"> <a target="_blank" href="{{ event.url }}">
<img src="{{ level2.logo }}" /> <img src="{{ level2.logo }}" />
</a> </a>
{% else %} {% else %}
@ -30,7 +30,7 @@
<div class="col-sm-8 description"> <div class="col-sm-8 description">
<h2> <h2>
{% if event.url %} {% if event.url %}
<a href="{{ event.url }}"> <a target="_blank" href="{{ event.url }}">
{{ event.name }} {{ event.name }}
</a> </a>
{% else %} {% else %}