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

@@ -74,7 +74,7 @@
<tr>
<th style="width:25%;">{{ trans('list.category') }}</th>
<td>
<input class="form-control" placeholder="" name="category" type="text" value="">
<input class="form-control" placeholder="" name="category" autocomplete="off" type="text" value="">
</td>
<td>
<div class="checkbox">
@@ -106,7 +106,7 @@
<tr>
<th>{{ trans('list.tags') }}</th>
<td>
<input class="form-control" placeholder="" name="tags" type="text" value="">
<input class="form-control" placeholder="" name="tags" autocomplete="off" type="text" value="">
</td>
<td>
<div class="checkbox">