Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
desactive interactivity for video 360
Browse files Browse the repository at this point in the history
  • Loading branch information
DrClockwork authored May 24, 2017
1 parent 247f3eb commit 2ce1ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pod_project/pods/templates/videos/ownertools.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</a>
{% endif %}
{% if not video.encoding_in_progress %}
{% if H5P_ENABLED and interactive %}
{% if H5P_ENABLED and interactive and not video.is_360 %}
<a href="{% url 'video_interactive' slug=video.slug %}" class="btn btn-default btn-xs" title="{% trans "Add interactivity to the video." %}">
<span class="glyphicon glyphicon-blackboard"></span><span class="sr-only">{% trans "Interactivity" %}</span>
</a>
Expand All @@ -57,4 +57,4 @@
</a>
{% endif %}
</span>
{%endif%}
{%endif%}

0 comments on commit 2ce1ef4

Please sign in to comment.