From a83a405e0036c60fb72417f9102add4b2dfe1c58 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Wed, 7 Sep 2022 14:49:26 +0200 Subject: [PATCH] Fix missing webclass link : https://trackers.pilotsystems.net/prebarreau/0525 --- teleforma/templates/teleforma/seminar_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index c67bf1c6..5f374930 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -201,7 +201,7 @@ {% endwith %} - {% if seminar.use_webclass %} + {% if show_webclass %} {% with seminar.conference as webclass %}
@@ -286,7 +286,7 @@
{% endwith %} - {% if seminar.use_webclass %} + {% if show_webclass %} {% with seminar.conference as webclass %}
-- 2.39.5