From fb556d3f572a8e4ec28d2336583181e544b6638f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 22 Nov 2024 11:48:11 +0100 Subject: [PATCH] update bb button text --- teleforma/templates/teleforma/course_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index ba2bc3b1..8a546214 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -32,7 +32,7 @@
{{ course.title }} - {{ type }}{% if course.description %} - {{ course.description }}{% endif %} - {% if user.is_staff or user.professor.count %}Démarrer une visio-conférence{% endif %} + {% if user.is_staff or user.professor.count %}Démarrer une visio-conférence interactive{% endif %}
-- 2.39.5