From 5766ab9b2723c85cde20c2308962791c5b05b8ae Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Thu, 14 Oct 2021 21:20:38 -0600 Subject: [PATCH] updated with nav and error messaging --- flaskfdx/templates/base.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/flaskfdx/templates/base.html b/flaskfdx/templates/base.html index 6541a0a..134d531 100644 --- a/flaskfdx/templates/base.html +++ b/flaskfdx/templates/base.html @@ -6,7 +6,28 @@ {% endblock %} + -
{% block content %}{% endblock %}
+ +
+
+ {% block header %}{% endblock %} +
+ {% for message in get_flashed_messages() %} +
{{ message }}
+ {% endfor %} +
{% block content %}{% endblock %}
+