mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
fix(install): set message block on forms to show error messages
fixes #157
This commit is contained in:
parent
b7f285e4e2
commit
3a0a20d59c
3 changed files with 23 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
</header>
|
||||
<main class="container flex flex-col items-center justify-center flex-1 px-4 py-10 mx-auto">
|
||||
<!-- view('_message_block') -->
|
||||
<?= view('_message_block') ?>
|
||||
<?= $this->renderSection('content') ?>
|
||||
</main>
|
||||
<footer class="container px-2 py-4 mx-auto text-sm text-right border-t border-subtle">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue