From 01370a44514754bd3ca13d7ff77d0ea4ccb67f05 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 22 Sep 2023 11:52:44 +0300 Subject: [PATCH 1/2] fix: Prevent duplicate HTML IDs on photo page Fixes #6355 --- ietf/templates/group/all_photos.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/group/all_photos.html b/ietf/templates/group/all_photos.html index d32cccb4e3..e550018b1b 100644 --- a/ietf/templates/group/all_photos.html +++ b/ietf/templates/group/all_photos.html @@ -8,7 +8,7 @@

{{ group_type | upper }} {{ role }} photos

{% regroup roles|dictsort:"last_initial" by last_initial as alphabet_blocks %} {% for letter in alphabet_blocks %} -

{{ letter.grouper }}

+

{{ letter.grouper }}

{% regroup letter.list by person as person_groups %} {# keep in sync with group_photos.html #}
@@ -17,4 +17,4 @@

{{ letter.grouper }}

+

{{ letter.grouper }}

{% regroup letter.list by person as person_groups %} {# keep in sync with group_photos.html #}