Skip to content
Snippets Groups Projects
Commit 79ca88d9 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Use th for the first cell in a row

parent 7190c992
Branches hrd
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<tbody> <tbody>
{% for pr in public_registrations %} {% for pr in public_registrations %}
<tr> <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 %} {% for f in pr.fields %}
<td>{{ f }}</td> <td>{{ f }}</td>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment