re-enable key creation
This commit is contained in:
parent
a7fef84f49
commit
74a062b7a3
|
|
@ -5,8 +5,6 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<h1>INVITES HAVE BEEN DISABLED UNTIL FURTHER NOTICE</h1>
|
|
||||||
<br>
|
|
||||||
<h1 id="usernameframe">Create a Key</h1>
|
<h1 id="usernameframe">Create a Key</h1>
|
||||||
@if ($data['canCreate'])
|
@if ($data['canCreate'])
|
||||||
<p>You may create @if ($data['fetchKeys']->isEmpty()) your first key below!
|
<p>You may create @if ($data['fetchKeys']->isEmpty()) your first key below!
|
||||||
|
|
@ -18,9 +16,9 @@
|
||||||
@endif
|
@endif
|
||||||
<br>
|
<br>
|
||||||
@if ($data['canCreate'])
|
@if ($data['canCreate'])
|
||||||
<form method="POST" action="{{ route('home') }}">
|
<form method="POST" action="{{ route('key_create') }}">
|
||||||
@csrf
|
@csrf
|
||||||
<button disabled class="bluebutton" type="submit">Create Invite Key</button>
|
<button class="bluebutton" type="submit">Create Invite Key</button>
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
@endif
|
@endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue