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