Skip to content

Commit 5e3ff97

Browse files
committed
Tweaked the group link on 'Upcoming Meetings'.
- Legacy-Id: 17578
1 parent e20e16a commit 5e3ff97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/upcoming.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1>Upcoming Meetings</h1>
6565
{% elif entry|classname == 'Session' %}
6666
{% with session=entry meeting=entry.meeting%}
6767
<td>{{ session.official_timeslotassignment.timeslot.utc_start_time | date:"Y-m-d H:i"}} - {{ session.official_timeslotassignment.timeslot.utc_end_time | date:"H:i e" }}</td>
68-
<td><a href="{% url 'ietf.group.views.group_about' acronym=session.group.acronym %}">{{ session.group.acronym }}</a></td>
68+
<td><a href="{% url 'ietf.group.views.group_home' acronym=session.group.acronym %}">{{ session.group.acronym }}</a></td>
6969
<td>
7070
<a href="{% url 'ietf.meeting.views.session_details' num=session.meeting.number acronym=session.group.acronym %}">{{ session.meeting.number }}{% if session.current_status == 'canceled' %}&nbsp;&nbsp;<span class="label label-warning">CANCELLED</span>{% endif %}</a>
7171
</td>

0 commit comments

Comments
 (0)