mirror of https://github.com/pixelfed/pixelfed
Add closed registration message instead of 403
parent
368b79da5a
commit
9403749d9a
@ -0,0 +1,14 @@
|
|||||||
|
@extends('layouts.app')
|
||||||
|
|
||||||
|
@section('content')
|
||||||
|
<div class="container">
|
||||||
|
<div class="error-page py-5 my-5">
|
||||||
|
<div class="card mx-5">
|
||||||
|
<div class="card-body p-5 text-center">
|
||||||
|
<h1>Registration is closed</h1>
|
||||||
|
<p class="lead mb-0">We have closed registrations on this instance.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@endsection
|
Loading…
Reference in New Issue