Skip to content

Commit 5afcea1

Browse files
committed
Added a blank line before new session group in the text agenda.
- Legacy-Id: 7237
1 parent 6120857 commit 5afcea1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/meeting/agenda.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
{% for item in schedule.assignments.all.distinct %}{% ifchanged %}
1212

1313

14-
{{ item.timeslot.time|date:"l"|upper }}, {{ item.timeslot.time|date:"F j, Y" }}{% endifchanged %}{% if item.timeslot.type.slug == "reg" %}
14+
{{ item.timeslot.time|date:"l"|upper }}, {{ item.timeslot.time|date:"F j, Y" }}
15+
{% endifchanged %}{% if item.timeslot.type.slug == "reg" %}
1516
{{ item.timeslot.time_desc }} {{ item.timeslot.name }}{% if schedule.meeting.reg_area %} - {{ schedule.meeting.reg_area }}{% endif %}{% endif %}{% if item.timeslot.type.slug == "plenary" %}
1617
{{ item.timeslot.time_desc }} {{ item.session.name }} - {{ item.timeslot.location.name }}
1718

1819
{{ item.session.agenda_text.strip|indent:"3" }}
1920
{% endif %}{% if item.timeslot.type.slug == "session" %}{% if item.session.group %}{% ifchanged %}
21+
2022
{{ item.timeslot.time_desc }} {{ item.timeslot.name }}
2123
{% endifchanged %}{{ item.timeslot.location.name|ljust:14 }} {{ item.session.group.parent.acronym|upper|ljust:4 }} {{ item.session.group.acronym|ljust:10 }} {{ item.session.group.name }} {{ item.session.type }}{% if item.session.agenda_note %} - {{ item.session.agenda_note }}{% endif %}
2224
{% endif %}{% endif %}{% if item.timeslot.type.slug == "break" %}

0 commit comments

Comments
 (0)