diff --git a/pretix_public_registrations/templates/pretix_public_registrations/front_page.html b/pretix_public_registrations/templates/pretix_public_registrations/front_page.html
index dd70929bacda271f463ebce24f3f081e00c1e00b..963b48c6d02afbbeef93742ae4217438b4773df2 100644
--- a/pretix_public_registrations/templates/pretix_public_registrations/front_page.html
+++ b/pretix_public_registrations/templates/pretix_public_registrations/front_page.html
@@ -13,7 +13,7 @@
         <tbody>
         {% for pr in public_registrations %}
             <tr>
-                <td><img class="gravatar" src="{{ pr.gr_url }}" /></td>
+                <th scope="row"><img class="gravatar" src="{{ pr.gr_url }}" /></th>
                 {% for f in pr.fields %}
                 <td>{{ f }}</td>
                 {% endfor %}