This commit is contained in:
Sanj 2012-04-22 17:38:14 +05:30
parent 805850a8cb
commit 27efd35b31

View File

@ -37,7 +37,7 @@ No of results: {{ no_of_results }}   displaying page {{ page }} of {{ no_of
<option value="-ship_name_trans" {% ifequal params.sort "-ship_name_trans" %} selected="selected" {% endifequal %}>Ship Name Descending</option>
<option value="port" {% ifequal params.sort "port" %} selected="selected" {% endifequal %}>Port Name Ascending</option>
<option value="-port" {% ifequal params.sort "-port" %} selected="selected" {% endifequal %}>Port Name Descending</option>
</select>
</select><br />
<label for="id_start_date">Start Date:</label>
<input type="date" name="start_date" value="{{ params.start_date }}" id="id_start_date" /> <br />