Skip to content

Commit 5614562

Browse files
committed
Remove the AD information from the text agenda until we fix the database so that
it displays consistently correctly for past meetings. - Legacy-Id: 6456
1 parent e33fe28 commit 5614562

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/templates/meeting/agenda.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@
2424
{% else %}{% for session in slot.sessions %}{{ slot.time_desc }} {{ session.acronym_name }} - {{ session.room_id.room_name }}
2525
{% endfor %}{% endif %}{% endfor %}
2626
====================================================================
27-
AREA DIRECTORS
28-
{% regroup ads by area as grouped %}{% for ad in grouped %}
29-
{{ ad.grouper|upper|ljust:5 }}{{ ad.list.0.area.area_acronym.name|slice:":18"|ljust:18 }} {% for ad_person in ad.list %}{% ifequal forloop.counter 2 %} & {% endifequal %}{{ ad_person.person }}/{{ ad_person.person.affiliation }}{% endfor %}{% endfor %}
3027
{% endautoescape %}

0 commit comments

Comments
 (0)