diff --git a/ietf/templates/meeting/session_buttons_include.html b/ietf/templates/meeting/session_buttons_include.html index 2a8cc846c..1e18f53db 100644 --- a/ietf/templates/meeting/session_buttons_include.html +++ b/ietf/templates/meeting/session_buttons_include.html @@ -13,6 +13,33 @@ {# Note: if called with show_agenda=True, calling template must load agenda_materials.js, needed by session_agenda_include.html #} {% include "meeting/session_agenda_include.html" with slug=slug session=session timeslot=timeslot only %} {% endif %} +
+ {% if timeslot.location.video_stream_url or timeslot.location.onsite_tool_url %} +
+ {# Video stream (meetecho) #} + {% if timeslot.location.video_stream_url %} + + + + {% endif %} + {# Onsite tool (meetecho_onsite) #} + {% if timeslot.location.onsite_tool_url %} + + + + {% endif %} +
+ {% endif %}
@@ -63,26 +90,6 @@ title="Chat room for {{ session.chat_room_name }}"> - {# Video stream (meetecho) #} - {% if timeslot.location.video_stream_url %} - - - - {% endif %} - {# Onsite tool (meetecho_onsite) #} - {% if timeslot.location.onsite_tool_url %} - - - - {% endif %} {# Audio stream #} {% if timeslot.location.audio_stream_url %}
+
{% endwith %} {% endwith %} {% endwith %}