missing tr

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

View File

@ -94,6 +94,7 @@ No of results: {{ no_of_results }}   displaying page {{ page }} of {{ no_of
<div id="tableDiv"> <div id="tableDiv">
<table> <table>
<thead> <thead>
<tr>
<td>Ship Number</td> <td>Ship Number</td>
<td>Bill Type</td> <td>Bill Type</td>
<td>Date</td> <td>Date</td>
@ -103,6 +104,7 @@ No of results: {{ no_of_results }} &nbsp; displaying page {{ page }} of {{ no_of
<td>Port</td> <td>Port</td>
<td>Country</td> <td>Country</td>
<td>No of Goods</td> <td>No of Goods</td>
</tr>
</thead> </thead>
{% for s in ships %} {% for s in ships %}
<tr class="shipRow"> <tr class="shipRow">