We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c8fa0 commit 6a90589Copy full SHA for 6a90589
1 file changed
ietf/templates/meeting/group_materials.html
@@ -22,7 +22,7 @@
22
{% else %}
23
<td>
24
{% if session.agenda %}
25
- <a href="https://www.ietf.org/proceedings/{{meeting_num}}/agenda/{{ session.agenda }}">Agenda</a>
+ <a href="{{ session.agenda.href }}">Agenda</a>
26
27
{% if show_agenda == "True" %}
28
<span class="label label-warning">No agenda</span>
0 commit comments