From 00970cb4324091d0016ffaecc907b1759fbabbb7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 26 May 2014 10:48:33 +0200 Subject: [PATCH] remove preview from desk (manual url exists) --- teleforma/templates/teleforma/seminar_detail.html | 11 ----------- teleforma/templates/teleforma/seminars.html | 3 --- 2 files changed, 14 deletions(-) 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 %} -- 2.39.5