summaryrefslogtreecommitdiff
path: root/src/application/views/alert_error.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/views/alert_error.php')
-rw-r--r--src/application/views/alert_error.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application/views/alert_error.php b/src/application/views/alert_error.php
new file mode 100644
index 0000000..c18546b
--- /dev/null
+++ b/src/application/views/alert_error.php
@@ -0,0 +1,3 @@
+<div class="alert alert-danger" role="alert">
+<?= htmlentities($message); ?>
+</div>