mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
better accessibility for honepot formfield
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<form action="{{ url("/register") }}" method="POST" class="mt-l stretch-inputs">
|
||||
{!! csrf_field() !!}
|
||||
|
||||
<div class="form-group ambrosia-container">
|
||||
<div class="form-group ambrosia-container" aria-hidden="true">
|
||||
<label for="name">{{ trans('auth.name') }}</label>
|
||||
@include('form.text', ['name' => 'username'])
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user