From: Guillaume Pellerin Date: Mon, 26 May 2014 08:48:33 +0000 (+0200) Subject: remove preview from desk (manual url exists) X-Git-Tag: 2.8.1-pro~288^2~7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=00970cb4324091d0016ffaecc907b1759fbabbb7;p=teleforma.git remove preview from desk (manual url exists) --- diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 6eb35f36..bddca01f 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -226,14 +226,3 @@ $(window).ready(function(){ {% endif %} {% endblock index %} - -{% if user.is_staff %} -{% block preview %} - {% if seminar.media_preview %} -

preview {% trans "Preview" %}

-
- {% include "teleforma/inc/seminar_media_preview_video.html" %} -
- {% endif %} -{% endblock preview %} -{% endif %} diff --git a/teleforma/templates/teleforma/seminars.html b/teleforma/templates/teleforma/seminars.html index a4b595c7..b1e204c0 100644 --- a/teleforma/templates/teleforma/seminars.html +++ b/teleforma/templates/teleforma/seminars.html @@ -159,9 +159,6 @@ server_status_callback(); {% block index %} {% endblock index %} -{% block preview %} -{% endblock preview %} - {% block module-action-right %} {% endblock module-action-right %}