fix: Remove time from materials cell (#6584)

Fixes #6542
This commit is contained in:
Lars Eggert 2023-11-05 11:04:25 +01:00 committed by GitHub
parent 275b3b2b0a
commit 1df7319e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,6 @@
<td>
{% if show_ical and s.current_status == "sched" %}
{% if s.meeting.type_id == 'ietf' %}
{{ s.time|date:"H:i" }}
<a class="btn btn-primary btn-sm"
aria-label="icalendar entry for {{s.group.acronym}} at IETF {{s.meeting.number}}"
title="icalendar entry for {{s.group.acronym}} at IETF {{s.meeting.number}}"