From 0242d1034933b163f0d48db1e3403e89d15db94e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 7 Mar 2019 01:38:47 -0800 Subject: webface: more validator fixes, including microdata bump to document-wide --- python/fatcat_web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/base.html') diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index ccb4e44c..2a5e0dd6 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -68,7 +68,7 @@ -
+
{% with messages = get_flashed_messages() %} {% if messages %}
-- cgit v1.2.3