mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Update user.blade.php
This commit is contained in:
parent
dfc2aa35f4
commit
f33b6a3e26
|
@ -8,7 +8,7 @@
|
||||||
{{-- Page content --}}
|
{{-- Page content --}}
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
<p>{{ trans('admin/user/general.create_user_page_explaination') }}</p>
|
<p>{{ trans('admin/user/general.create_user_page_explanation') }}</p>
|
||||||
|
|
||||||
<form action="{{ route('setup.user.save') }}" method="POST">
|
<form action="{{ route('setup.user.save') }}" method="POST">
|
||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
|
|
Loading…
Reference in a new issue