Skip to content

Commit 6b7bb57

Browse files
committed
Indicate official schedule in Select a Schedule drop-down. Fixes ietf-tools#1456. Commit ready for merge.
- Legacy-Id: 13274
1 parent 67bfcda commit 6b7bb57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/templates/meetings/view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>IETF {{ meeting.number }} - View</h2>
4141
<select name="forma" onchange="location = this.options[this.selectedIndex].value;">
4242
<option value="">Select a schedule...</option>
4343
{% for sched in meeting.schedule_set.all %}
44-
<option value="{{ sched.name }}">{{ sched.name }}</option>
44+
<option value="{{ sched.name }}">{{ sched.name }}{% if sched == meeting.agenda %} (official){% endif %}</option>
4545
{% endfor %}
4646
</select>
4747
</form></li>

0 commit comments

Comments
 (0)