From 7da306047fedbcf73c6f1e329ee8e07393776b84 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 7 Aug 2018 13:19:18 -0400 Subject: [PATCH] Add back app root --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 185cd205..8416032f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,6 +16,7 @@
+ {% block template_vars %}{% endblock %} {% include 'navigation/topbar.html' %} @@ -33,7 +34,6 @@
{% include 'footer.html' %} - {% block modal %}{% endblock %}