From 564424cb222c295e7d868b0f60b80078aa62584d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 5 Jun 2019 21:37:28 -0700 Subject: big rewrite of front page; needs polish and testing --- python/fatcat_web/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) (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 94344d8c..ceebf510 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -76,6 +76,7 @@ +{% block fullmain %}
{% with messages = get_flashed_messages() %} @@ -97,6 +98,7 @@ {% endblock %}
+{% endblock %}