forked from MarseyWorld/MarseyWorld
fix /h/selfharm video sidebar
parent
eaa05fdb55
commit
707e3e303a
|
@ -31,7 +31,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if request.path != '/sidebar' %}
|
{% if request.path != '/sidebar' %}
|
||||||
{% if SITE_NAME == 'WPD' and hole == 'selfharm' and range(10)|random == 0 %}
|
{% if SITE_NAME == 'WPD' and hole and hole.name == 'selfharm' and range(10)|random == 0 %}
|
||||||
<video class="mb-4" poster="https://i.watchpeopledie.tv/images/17233922718609142.webp" controls loop preload="none" src="https://videos.watchpeopledie.tv/17233922716448271.mp4"></video>
|
<video class="mb-4" poster="https://i.watchpeopledie.tv/images/17233922718609142.webp" controls loop preload="none" src="https://videos.watchpeopledie.tv/17233922716448271.mp4"></video>
|
||||||
{% elif IS_HOMOWEEN() %}
|
{% elif IS_HOMOWEEN() %}
|
||||||
{% include "events/homoween/eye_tracking.html" %}
|
{% include "events/homoween/eye_tracking.html" %}
|
||||||
|
|
Loading…
Reference in New Issue