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">
|
<div id="tableDiv">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<td>Ship Number</td>
|
<tr>
|
||||||
<td>Bill Type</td>
|
<td>Ship Number</td>
|
||||||
<td>Date</td>
|
<td>Bill Type</td>
|
||||||
<td>Ship Name</td>
|
<td>Date</td>
|
||||||
<td>Captain</td>
|
<td>Ship Name</td>
|
||||||
<td>Owner</td>
|
<td>Captain</td>
|
||||||
<td>Port</td>
|
<td>Owner</td>
|
||||||
<td>Country</td>
|
<td>Port</td>
|
||||||
<td>No of Goods</td>
|
<td>Country</td>
|
||||||
|
<td>No of Goods</td>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
{% for s in ships %}
|
{% for s in ships %}
|
||||||
<tr class="shipRow">
|
<tr class="shipRow">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user