diff options
author | hardythe1 | 2015-07-03 17:00:03 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-03 17:00:03 +0530 |
commit | 11f5315bfc8dfafe1c4e3a2997d964a19355a21c (patch) | |
tree | bd81cff5f2a1c4cbbb637c99d8fc00787b6b8f9f | |
parent | 0ddbc4e700233f84764a91b175d23156842bfe13 (diff) | |
download | SciPy2015-11f5315bfc8dfafe1c4e3a2997d964a19355a21c.tar.gz SciPy2015-11f5315bfc8dfafe1c4e3a2997d964a19355a21c.tar.bz2 SciPy2015-11f5315bfc8dfafe1c4e3a2997d964a19355a21c.zip |
resolve minor issue
-rw-r--r-- | website/static/css/main.css | 1 | ||||
-rw-r--r-- | website/templates/base.html | 2 | ||||
-rw-r--r-- | website/templates/cfp.html | 1 |
3 files changed, 1 insertions, 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 %} <!DOCTYPE html> <html lang="en"> 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 %} <div id="navbar-main"> |