From 4554fd78661caad07dbb67c3d5ee214fe2445e45 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Thu, 7 Oct 2021 16:15:13 +0200 Subject: [PATCH] Show conference link : https://trackers.pilotsystems.net/prebarreau/0275 --- teleforma/templates/teleforma/appointments.html | 1 + 1 file changed, 1 insertion(+) diff --git a/teleforma/templates/teleforma/appointments.html b/teleforma/templates/teleforma/appointments.html index 9c10ea5c..4a7f3ee0 100644 --- a/teleforma/templates/teleforma/appointments.html +++ b/teleforma/templates/teleforma/appointments.html @@ -215,6 +215,7 @@ {% if ap_period.appointment.slot.mode == 'distance' %}

Vous avez choisi de participer à ce rendez-vous à distance.

+

Lien vers la conférence : {{ ap_period.appointment.jury.bbb_room }} {% endif %}

-- 2.39.5