From 0f16012c7355549c885b7536d59da70e12c47f8b Mon Sep 17 00:00:00 2001
From: Lars Eggert <lars@eggert.org>
Date: Mon, 9 Oct 2023 19:30:45 +0300
Subject: [PATCH] fix: Add html-validate suppression that should have been part
 of #6356 (#6440)

---
 ietf/templates/group/all_photos.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ietf/templates/group/all_photos.html b/ietf/templates/group/all_photos.html
index 41ecdbc79..0b4947ccb 100644
--- a/ietf/templates/group/all_photos.html
+++ b/ietf/templates/group/all_photos.html
@@ -8,6 +8,7 @@
     <h1>{{ group_type | upper }} {{ role }} photos</h1>
     {% regroup roles|dictsort:"last_initial" by last_initial as alphabet_blocks %}
     {% for letter in alphabet_blocks %}
+        <!-- [html-validate-disable-next valid-id -- Unicode IDs are OK in HTML5] -->
         <h2 class="mt-4" {% if letter.grouper|slugify %}id="{{ letter.grouper }}"{% endif %}>{{ letter.grouper }}</h2>
         {% regroup letter.list by person as person_groups %}
         {# keep in sync with group_photos.html #}