fixed multi school account
This commit is contained in:
@@ -34,13 +34,11 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="school" class="sr-only">@lang('School')</label>
|
||||
<input type="text"
|
||||
<input type="hidden"
|
||||
name="school"
|
||||
id="school"
|
||||
class="form-control input-solid"
|
||||
placeholder="@lang('School')"
|
||||
value="{{ $school_slug ?? '' }}"
|
||||
{{ $school_slug ? 'readonly' : '' }}>
|
||||
value="{{ $school_slug ?? '' }}">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user