From 1af3ceb628864b497757d3202708bad73fdb59b8 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 6 Oct 2023 13:45:38 +0300 Subject: [PATCH] fix: Add remote instructions to interim agenda page Fixes #6433 Fixes #6249 --- ietf/templates/doc/document_material.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ietf/templates/doc/document_material.html b/ietf/templates/doc/document_material.html index 189c635ceb..246344f76e 100644 --- a/ietf/templates/doc/document_material.html +++ b/ietf/templates/doc/document_material.html @@ -97,7 +97,21 @@ {% if presentations %} {% for pres in presentations %} {{ pres.session.short_name }} at {{ pres.session.meeting }} - {% if pres.rev != doc.rev %}(version -{{ pres.rev }}){% endif %}{% if not forloop.last %},{% endif %} + {% if pres.rev != doc.rev %}(version -{{ pres.rev }}){% endif %} +
+ Remote instructions: + {% if pres.session.agenda_note|first_url|conference_url %} + + + + {% elif pres.session.remote_instructions|first_url|conference_url %} + + + + {% endif %} + {{ pres.session.remote_instructions|linkify }} + {% if not forloop.last %}
{% endif %} {% endfor %} {% else %} (None)