This commit is contained in:
James Cole
2018-01-22 18:16:50 +01:00
parent f2d8e13576
commit bc4d801c12
8 changed files with 14 additions and 14 deletions

View File

@@ -55,7 +55,7 @@
<label for="inputDateRange" class="col-sm-3 control-label">{{ 'report_date_range'|_ }}</label>
<div class="col-sm-9">
<input type="text" class="form-control" id="inputDateRange" name="daterange"
<input autocomplete="off" type="text" class="form-control" id="inputDateRange" name="daterange"
value="{{ Session.get('start').format('Y-m-d') }} - {{ Session.get('end').format('Y-m-d') }}">
</div>
</div>