Show error messages in config page
This commit is contained in:
parent
63ec9975f4
commit
c1eb39de57
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ Micropub Config «
|
|||
@stop
|
||||
|
||||
@section('content')
|
||||
@if (session('error'))
|
||||
<p class="error">{{ session('error') }}</p>
|
||||
@endif
|
||||
<p>The values for your micropub endpoint.</p>
|
||||
<dl>
|
||||
<dt>Me (your url)</dt><dd><code>{{ $data['me'] }}</code></dd>
|
||||
|
|
Loading…
Add table
Reference in a new issue