fix: remove potentially duplicate html entity id (#3818)

This commit is contained in:
Jennifer Richards 2022-04-13 11:42:14 -03:00 committed by GitHub
parent 30d1067082
commit a29965f37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,7 +200,6 @@
{% if item|is_regular_agenda_item %}
{% ifchanged %}
<tr class="table-secondary session-label-row show-with-children"
id="session-starting-{{ item.timeslot.utc_start_time|date:"Y-m-d H:i"|slugify }}"
data-slot-start-ts="{{ item.start_timestamp }}"
data-slot-end-ts="{{ item.end_timestamp }}">
{% if personalize %}<th scope="row" class="text-center"></th>{% endif %}