From: Guillaume Pellerin Date: Mon, 9 Jun 2025 16:11:26 +0000 (+0200) Subject: fix stop layout X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=refs%2Fheads%2Ftc%2Fdev;p=teleforma.git fix stop layout --- diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 1a39c0b0..88ec849b 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -22,10 +22,6 @@ f.stop('{{conference.public_id}}');return false;}); }); - -
-{% trans "S T O P" %} -
{% endif %} {% endblock module-action %} @@ -33,12 +29,13 @@
+ + {{ conference.period }} - {{ course.title }} - {{ type }} - {% trans "Session" %} {{ conference.session }} +
 {% trans "Audio" %}
-{{ course.title }} - {{ type }} - {% trans "Session" %} {{ conference.session }} -
@@ -83,9 +80,10 @@
-{% if conference.professor %} +
{% trans "Period" %}
{{ conference.period }}
{% trans "Course" %}
{{ conference.course.title }} - {{ conference.course_type }}
{% trans "Session" %}
{{ conference.session }}
+{% if conference.professor %}
{% trans "Professor" %}
{{ conference.professor }} {% endif %} {% if conference.comment %}
{% trans "Comment" %}
{{ conference.comment }}
{% endif %} @@ -95,6 +93,7 @@ {% if conference.room %}
{% trans "Room" %}
{{ conference.room }}
{% endif %} {% if user.is_staff or user.is_superuser %}
{% trans "Conference ID" %}
{{ conference.public_id }}
+
{% trans "Action" %}
{% trans "S T O P" %}
{% endif %}