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
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment