fix(profile): remove extraneous <tr>

This commit is contained in:
Ethan Nguyen 2021-04-21 14:15:51 -04:00
parent 117ea19a17
commit eea1c2d59c
No known key found for this signature in database
GPG Key ID: B4CA5339AF911920

View File

@ -34,7 +34,6 @@
</tr>
</thead>
<tbody>
<tr>
{% for decision in decisions_list %}
<tr>
<td>{{ decision.college.name }}</td>
@ -59,7 +58,6 @@
<td></td>
</tr>
{% endfor %}
</tr>
</tbody>
</table>
{% else %}
@ -85,7 +83,6 @@
</tr>
</thead>
<tbody>
<tr>
{% for score in test_scores_list %}
<tr>
<td>{{ score.get_exam_type_display }}</td>
@ -108,7 +105,6 @@
<td></td>
</tr>
{% endfor %}
</tr>
</tbody>
</table>
{% else %}