Fix table syntax (wasn't inside the <table> tags before)
This commit is contained in:
parent
66967811c1
commit
02a9187879
@ -6,22 +6,21 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<table>
|
<table>
|
||||||
|
<thead>
|
||||||
</table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>受験級</th>
|
<th>受験級</th>
|
||||||
<th>受験番号</th>
|
<th>受験番号</th>
|
||||||
<th>氏名</th>
|
<th>氏名</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>1</td>
|
<td>1</td>
|
||||||
<td>{{ user_id }}</td>
|
<td>{{ user_id }}</td>
|
||||||
<td>{{ user_name }}</td>
|
<td>{{ user_name }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
<table><thead>
|
<table><thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user