diff --git a/application/templates/base.html b/application/templates/base.html
index d33c9d7..7323c8f 100644
--- a/application/templates/base.html
+++ b/application/templates/base.html
@@ -18,32 +18,37 @@
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
-
-
-
- {% if current_user.is_authenticated %}
- -
- Logout
-
- {% else %}
- -
- Login
-
- {% endif %}
-
+
+
+
+
+ {% if current_user.is_authenticated %}
+ -
+ Logout
+
+ {% else %}
+ -
+ Login
+
+ {% endif %}
+ -
+
+
+
+
-
+
{% with messages = get_flashed_messages() %}
{% if messages %}