From d8ad85d1f1039db012721599183c8c74f33214bd Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Mon, 15 Feb 2021 16:33:47 -0500 Subject: [PATCH] fix: attempting to fix styles errors --- innovate/templates/innovate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innovate/templates/innovate/index.html b/innovate/templates/innovate/index.html index 438c9f4..c26069f 100644 --- a/innovate/templates/innovate/index.html +++ b/innovate/templates/innovate/index.html @@ -1,6 +1,6 @@ {% extends "launchx/base.html" %} {% load launchx_extras %} - + {% block styles %} {% endblock %}