diff --git a/templates/base.html b/templates/base.html index 7bd04ff..2bd514f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,6 +20,7 @@ {% block tagline %}Track your work hours{% endblock %} + {% if current_user.is_authenticated %} + {% endif %} + + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} +
+ {% endif %} + {% endwith %} +