From 2ce1ef4d6a7566db2268e5fb30dba7ea47c18fbd Mon Sep 17 00:00:00 2001 From: DrClockwork Date: Wed, 24 May 2017 15:28:32 +0200 Subject: [PATCH] desactive interactivity for video 360 --- pod_project/pods/templates/videos/ownertools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod_project/pods/templates/videos/ownertools.html b/pod_project/pods/templates/videos/ownertools.html index 183e8ede..21d23e3e 100755 --- a/pod_project/pods/templates/videos/ownertools.html +++ b/pod_project/pods/templates/videos/ownertools.html @@ -47,7 +47,7 @@ {% endif %} {% if not video.encoding_in_progress %} - {% if H5P_ENABLED and interactive %} + {% if H5P_ENABLED and interactive and not video.is_360 %} {% trans "Interactivity" %} @@ -57,4 +57,4 @@ {% endif %} -{%endif%} \ No newline at end of file +{%endif%}