Fixed missing video.js errors in asset search page

This commit is contained in:
Sybren A. Stüvel 2018-01-05 15:23:54 +01:00
parent 90883eddb9
commit 11b5be9d8e

View File

@ -1,6 +1,12 @@
| {% extends 'layout.html' %}
| {% block page_title %}Search{% if project %} {{ project.name }}{% endif %}{% endblock %}
| {% block head %}
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-6.2.8.min.js', v=9112017) }}")
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-ga-0.4.2.min.js', v=9112017) }}")
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-hotkeys-0.2.20.min.js', v=9112017) }}")
| {% endblock %}
| {% block og %}
meta(property="og:type", content="website")
| {% if og_picture %}