From af67b0ae23921d2d9f800beea4919e156f5f3247 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 27 Apr 2017 16:47:17 +0200 Subject: [PATCH] Fix block --- teleforma/templates/teleforma/courses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index 55bbd04a..56f97856 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -93,7 +93,7 @@ $(document).ready(function(){ {% endwith %} {% endblock %} - {% block media %} + {% block webclass %} {% with "Web class" as title %} {% include "teleforma/inc/media_list.html" %} {% endwith %} -- 2.39.5