mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed test code
This commit is contained in:
parent
a815e0ab8c
commit
36f9905be0
|
@ -41,7 +41,7 @@
|
|||
|
||||
|
||||
<fieldset>
|
||||
<legend class="sr-only">Personalia:</legend>
|
||||
|
||||
<div class="form-group{{ $errors->has('username') ? ' has-error' : '' }}">
|
||||
<label for="username">{{ trans('admin/users/table.username') }}</label>
|
||||
<input class="form-control" placeholder="{{ trans('admin/users/table.username') }}" name="username" type="text" id="username" autocomplete="off" autofocus>
|
||||
|
|
Loading…
Reference in a new issue