diff --git a/ietf/templates/group/all_photos.html b/ietf/templates/group/all_photos.html
index d32cccb4e..41ecdbc79 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 @@
{% endfor %}
{% endfor %}
-{% endblock %}
+{% endblock %}
\ No newline at end of file