mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
fix(profile): remove extraneous <tr>
This commit is contained in:
parent
117ea19a17
commit
eea1c2d59c
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user