mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Fix update page
This commit is contained in:
parent
4348cd7020
commit
2b575d7a8f
@ -8,7 +8,8 @@
|
||||
|
||||
<p>{!! nl2br(trans('setup.updates.welcome.text', ['version' => config('app.version')])) !!}</p>
|
||||
|
||||
<form method="post" action="" novalidate="novalidate">
|
||||
<form method="post" action="{{ url('/setup/update') }}" novalidate="novalidate">
|
||||
@csrf
|
||||
<p class="step">
|
||||
<input type="submit" name="submit" class="button button-large" value="@lang('setup.updates.welcome.button')" />
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user