From a15ab09e53db64cfb1a03e037176e099d30ee334 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 6 Jul 2017 16:26:05 +0200 Subject: [PATCH] hide webclass --- teleforma/templates/teleforma/courses.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index 56f97856..50c05fca 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -93,11 +93,13 @@ $(document).ready(function(){ {% endwith %} {% endblock %} + {% comment %} {% block webclass %} {% with "Web class" as title %} {% include "teleforma/inc/media_list.html" %} {% endwith %} {% endblock %} + {% endcomment %} {% block document %} {% with forloop.counter as type_counter %} -- 2.39.5