From 97c1d7591600ccf942300c401f4660647f66a474 Mon Sep 17 00:00:00 2001 From: Josh Stephens Date: Wed, 4 Jul 2018 14:48:00 -0500 Subject: [PATCH] Fixed bug in base.html causing body tag to have an extra > which pushed down the header image --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 9097ed6..5e2175b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -107,7 +107,7 @@ {% elif tag %} -{% endif %}> +{% endif %}