From: Guillaume Pellerin Date: Tue, 20 May 2014 15:52:09 +0000 (+0200) Subject: add seminar preview for staff X-Git-Tag: 2.8.1-pro~288^2~9 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=58da6d857cd4efac59188fff2a595e282051338b;p=teleforma.git add seminar preview for staff --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 0d4417d5..239804ea 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -227,3 +227,13 @@ $(window).ready(function(){ {% endif %} {% endblock index %} +{% if user.is_staff %} +{% block video %} + {% if seminar.media_preview %} +

preview {% trans "Preview" %}

+
+ {% include "teleforma/inc/seminar_media_preview_video.html" %} +
+ {% endif %} +{% endblock %} +{% endif %}