🐛 Fix alerting system for new request form
Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
@@ -67,14 +67,3 @@
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section id="alerts">
|
||||
<?php
|
||||
foreach($_SESSION['alerts'] as $alert) {
|
||||
echo("
|
||||
<div class='alert alert-" . $alert['type'] . "' role='alert'>
|
||||
" . $alert['msg'] . "
|
||||
</div>
|
||||
"); }
|
||||
?>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user