missing tr
This commit is contained in:
parent
cb377fa8b5
commit
0bfe0beb12
|
@ -94,15 +94,17 @@ No of results: {{ no_of_results }} displaying page {{ page }} of {{ no_of
|
|||
<div id="tableDiv">
|
||||
<table>
|
||||
<thead>
|
||||
<td>Ship Number</td>
|
||||
<td>Bill Type</td>
|
||||
<td>Date</td>
|
||||
<td>Ship Name</td>
|
||||
<td>Captain</td>
|
||||
<td>Owner</td>
|
||||
<td>Port</td>
|
||||
<td>Country</td>
|
||||
<td>No of Goods</td>
|
||||
<tr>
|
||||
<td>Ship Number</td>
|
||||
<td>Bill Type</td>
|
||||
<td>Date</td>
|
||||
<td>Ship Name</td>
|
||||
<td>Captain</td>
|
||||
<td>Owner</td>
|
||||
<td>Port</td>
|
||||
<td>Country</td>
|
||||
<td>No of Goods</td>
|
||||
</tr>
|
||||
</thead>
|
||||
{% for s in ships %}
|
||||
<tr class="shipRow">
|
||||
|
|
Loading…
Reference in New Issue
Block a user