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
|
@stop
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
@if (session('error'))
|
||||||
|
<p class="error">{{ session('error') }}</p>
|
||||||
|
@endif
|
||||||
<p>The values for your micropub endpoint.</p>
|
<p>The values for your micropub endpoint.</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Me (your url)</dt><dd><code>{{ $data['me'] }}</code></dd>
|
<dt>Me (your url)</dt><dd><code>{{ $data['me'] }}</code></dd>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue