All Hail the Target _Blank!

This commit is contained in:
Frédéric Péters 2015-11-30 18:24:03 +01:00
parent 3f37ad5c31
commit 2a1b129365
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% load i18n %}
<p class="thumbnail">
<a href="{{ site_base }}{{ object.content.url }}">
<a href="{{ site_base }}{{ object.content.url }}" target="_blank">
<img src="{{ site_base }}{{ object.content.url }}.png" alt=""/>
</a>
</p>