From f754a7aabda6c0652e755a56b9b861daf1c2bc10 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 22 Aug 2017 19:39:58 -0400 Subject: [PATCH] Fixed missing index.css --- views/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.html b/views/index.html index 57ced22..ec8e791 100644 --- a/views/index.html +++ b/views/index.html @@ -1,7 +1,7 @@ {% extends 'templates/base.html' %} -{% block javascript %} +{% block head %} {{super()}} - + {% endblock %} {% block main %}