Commit f530f2bc by Xavier Antoviaque

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

parent 16fd946b
...@@ -7,10 +7,12 @@ ...@@ -7,10 +7,12 @@
{% endfor %} {% endfor %}
</thead> </thead>
{% endif %} {% endif %}
<tr> <tbody>
{% for name, c in columns_frags %} <tr>
{{c.body_html|safe}} {% for name, c in columns_frags %}
{% endfor %} {{c.body_html|safe}}
</tr> {% endfor %}
</tr>
</tbody>
</table> </table>
</div> </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