Videos now open in new tab - also when clicking the video title.

This commit is contained in:
Tiberiu Chibici 2019-03-09 13:03:49 +02:00
parent 1ea26d9ab7
commit 18f2557cb9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{% if not video.watched %}
<sup class="badge badge-primary">New</sup>
{% endif %}
<a href="{% url 'video' video.id %}">
<a href="{% url 'video' video.id %}" target="_blank">
{{ video.name }}
</a>
</h5>