From 11f5315bfc8dfafe1c4e3a2997d964a19355a21c Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 3 Jul 2015 17:00:03 +0530 Subject: resolve minor issue --- website/static/css/main.css | 1 - website/templates/base.html | 2 +- website/templates/cfp.html | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/website/static/css/main.css b/website/static/css/main.css index 15b9c19..cc5b6d6 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -204,7 +204,6 @@ a:before, a:after { ========================================================================== */ #headerwrap { - background: url(../img/header_bg.jpg) no-repeat center top; margin-top: -50px; padding-top: 120px; text-align: center; diff --git a/website/templates/base.html b/website/templates/base.html index ae9f550..5b660f7 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 237be4e..74b647e 100644 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load staticfiles %} {% block navbar %}