Skip to content

Commit db85712

Browse files
committed
Merged in [13274] from rcross@amsl.com:
Indicate official schedule in Select a Schedule drop-down. Fixes ietf-tools#1456. - Legacy-Id: 13298 Note: SVN reference [13274] has been migrated to Git commit 6b7bb57
2 parents d82b8bf + 6b7bb57 commit db85712

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)