Skip to content

Commit 252c201

Browse files
committed
Use session.agenda.href in the agenda template, instead of constructing an agenda link in place. This is more DRY, and also fixes some places where the old construct was wrong.
- Legacy-Id: 11416
1 parent 84c355e commit 252c201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/agenda.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h2>
251251

252252
<td>
253253
{% if item.session.agenda %}
254-
<a href="/meeting/{{ schedule.meeting.number }}/agenda/{{ item.session.historic_group.acronym }}/">
254+
<a href="{{ item.session.agenda.href }}">
255255
{% endif %}
256256
{% if item.timeslot.type.slug == 'plenary' %}
257257
{{item.timeslot.name}}

0 commit comments

Comments
 (0)