Commit f530f2bc by Xavier Antoviaque

html-css-review: Add <tbody> to mentoring tables

parent 16fd946b
......@@ -7,10 +7,12 @@
{% endfor %}
</thead>
{% endif %}
<tr>
{% for name, c in columns_frags %}
{{c.body_html|safe}}
{% endfor %}
</tr>
<tbody>
<tr>
{% for name, c in columns_frags %}
{{c.body_html|safe}}
{% endfor %}
</tr>
</tbody>
</table>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment