Fixed login form didn't respect the configured BASE_URL

This commit is contained in:
Bernd Bestel 2018-04-18 22:38:05 +02:00
parent 1c537cf5da
commit 9ddcdb3ab2
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.8.1
1.8.2

View File

@ -8,7 +8,7 @@
<h1 class="page-header text-center">@yield('title')</h1>
<form method="post" action="/login" id="login-form">
<form method="post" action="{{ $U('/login') }}" id="login-form">
<div class="form-group">
<label for="name">{{ $L('Username') }}</label>