Fixed login and added suspended message
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
@endif
|
||||
|
||||
@include('layouts.default.auth.toc')
|
||||
|
||||
<div style="width: 100%; text-align: right; padding-top: 20px;">
|
||||
By registering, you agree to the Term and Conditions<br /><br />
|
||||
{!! Form::submit('Register!', ['class' => 'btn btn-primary']) !!}
|
||||
|
||||
16
resources/views/layouts/default/auth/suspended.blade.php
Normal file
16
resources/views/layouts/default/auth/suspended.blade.php
Normal file
@@ -0,0 +1,16 @@
|
||||
@extends('layouts.default.app')
|
||||
|
||||
@section('title', 'account suspended')
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-md-12 " style="text-align: center;">
|
||||
<div class="flex-center position-ref full-height">
|
||||
<div class="title m-b-md">
|
||||
<h2 class="description">
|
||||
your has been suspended. please contact an administrator
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection()
|
||||
Reference in New Issue
Block a user