aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/index.hbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/index.hbs b/views/index.hbs
index 6dffef9..214695b 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -9,6 +9,11 @@
<hr> <!-- Divider -->
<div class="search col-md-8 col-lg-8 col-md-offset-2">
<!-- Search-bar, Drop-down and Prompt -->
+ {{# if messages.error }}
+ <section class="alert alert-danger custom-Alert">
+ <h4>{{ messages.error }}</h4>
+ </section>
+ {{/if}}
{{# if success }}
<section class="alert alert-success">