mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Videos now open in new tab - also when clicking the video title.
This commit is contained in:
parent
1ea26d9ab7
commit
18f2557cb9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user