File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' %} < span class ="label label-warning "> CANCELLED</ span > {% endif %}</ a >
7171 </ td >
You can’t perform that action at this time.
0 commit comments