Skip to content

Commit ae16f8d

Browse files
committed
It's very hard to distinguish the different constraint classes on the meeting requests summary page. Added numbers 1) 2) 3) etc. to make that easier.
- Legacy-Id: 18731
1 parent 7ee6bd4 commit ae16f8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/templates/meeting/requests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ <h2 class="anchor-target" id="{{area.grouper.acronym}}">
9292
{% if not forloop.first %}
9393
{% ifchanged grouped_constraint.grouper %}<br>{% endifchanged %}
9494
{% endif %}
95+
<b>{{ forloop.counter }})</b>
9596
{% for constraint in grouped_constraint.list %}
9697
{% with constraint.target.parent.id as constraint_target_parent_id %}
9798
{% with constraint.source.parent.id as constraint_source_parent_id %}

0 commit comments

Comments
 (0)