missing tr

This commit is contained in:
Sanj 2012-04-22 20:40:53 +05:30
parent cb377fa8b5
commit 0bfe0beb12

View File

@ -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">