From: Guillaume Pellerin Date: Fri, 8 Nov 2024 07:03:44 +0000 (+0100) Subject: add visio conf button X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=38206621d26c5f0a4c35f36fb8d430cc6b0dc262;p=teleforma.git add visio conf button --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index deb06fb9..26e657e4 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1733,7 +1733,6 @@ form.add_actus #id_text_parent{ } .create-bbb-conference { font-size: 0.8em; - font-weight: normal; } diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index 7c4cfde9..ba2bc3b1 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 %}Créer une conférence{% endif %} + {% if user.is_staff or user.professor.count %}Démarrer une visio-conférence{% endif %}