year added to index view
This commit is contained in:
@@ -18,16 +18,6 @@
|
||||
<div id="dates" style="display:none;" class="group-form mr-2" >
|
||||
<input type="date" class="form-control sm-2 my_event_cls" name ="datepicker" id="datepicker" placeholder="Initial Date" />
|
||||
<input type="date" class="form-control sm-2 my_event_cls" name ="datepickerFin" id="datepickerFin" placeholder="End Date" />
|
||||
<script>
|
||||
/*
|
||||
$('#datepicker').datepicker({
|
||||
uiLibrary: 'bootstrap4'
|
||||
});
|
||||
|
||||
$('#datepickerFin').datepicker({
|
||||
uiLibrary: 'bootstrap4'
|
||||
});*/
|
||||
</script>
|
||||
</div>
|
||||
<button id="id_searchbtn" class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user