From e8888c1fe9f6decc9ebe365385e5b85ed8c3724f Mon Sep 17 00:00:00 2001 From: Adarnof Date: Thu, 21 Jul 2016 14:18:00 -0400 Subject: [PATCH] correct background sizing closes #507 --- stock/templates/public/base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stock/templates/public/base.html b/stock/templates/public/base.html index b927bc7e..c5e4af9b 100755 --- a/stock/templates/public/base.html +++ b/stock/templates/public/base.html @@ -250,8 +250,10 @@
- {% block content %} - {% endblock content %} +
+ {% block content %} + {% endblock content %} +
{% endif %}