first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php if (! empty($errors)) : ?>
|
||||
<div class="errors" role="alert">
|
||||
<ul>
|
||||
<?php foreach ($errors as $error) : ?>
|
||||
<li><?= esc($error) ?></li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
Reference in New Issue
Block a user