Skip to content

Commit b4ec0ac

Browse files
committed
Merged in [15603] from rjsparks@nostrum.com:
Change some text and button labels to make the workflow for commiting group schedules more self-documenting. - Legacy-Id: 15617 Note: SVN reference [15603] has been migrated to Git commit 2abc51a
1 parent 5ebecea commit b4ec0ac

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

ietf/secr/templates/meetings/notifications.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
<div class="module">
1919
<h2>IETF {{ meeting.number }} - Send Notifications</h2>
2020
<form id="id_notification_form" action="." method="post">{% csrf_token %}
21-
<p>Send email notifications to all groups that have been scheduled since the last
22-
notification went out on {{ last_notice.time|date:"Y-m-d" }}:</p>
21+
<p>The following groups are in state 'schedw' (Waiting for scheduling). Pressing the Send Now button will change them to be in state 'sched' (Scheduled), and send email notifications each of them that their session has been scheduled. The last time this button was pressed was {{ last_notice.time|date:"Y-m-d" }}:</p>
2322
<p id="id_notification_list">{% if not groups %}(none){% endif %}{% for group in groups %}{{ group.acronym }}{% if not forloop.last %}, {% endif %}{% endfor %}<p>
2423
<input type="submit" value="Send Now" name="submit" onclick="return window.confirm('Are you sure you want to send notifications?');">
2524
</form>

ietf/secr/templates/meetings/select.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2>IETF {{ meeting.number }}</h2>
2121
<div class="button-group">
2222
<ul>
2323
<li><button onclick="window.location='{% url "ietf.secr.meetings.views.rooms" meeting_id=meeting.number schedule_name=schedule.name %}'">Rooms and Times</button></li>
24-
<li><button onclick="window.location='{% url "ietf.secr.meetings.views.select_group" meeting_id=meeting.number schedule_name=schedule.name %}'">Schedule WG Sessions</button></li>
24+
<li><button onclick="window.location='{% url "ietf.secr.meetings.views.select_group" meeting_id=meeting.number schedule_name=schedule.name %}'">Edit Session</button></li>
2525
<li><button type="button" onclick="window.location='../'">Back</button></li>
2626
</ul>
2727
</div> <!-- button-group -->

0 commit comments

Comments
 (0)