br
This commit is contained in:
parent
805850a8cb
commit
27efd35b31
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue
Block a user