From fe649ad9ba4ad27ffdb3c4bcebaf57020fa56c18 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 26 May 2014 17:15:26 +0200 Subject: [PATCH] Refactor: Using MEDIA_URL and STATIC_URL instead of hard links. Tap #18 --- shelfzilla/themes/bootflat/templates/_layout.html | 4 ++-- shelfzilla/themes/bootflat/templates/landing/landing.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shelfzilla/themes/bootflat/templates/_layout.html b/shelfzilla/themes/bootflat/templates/_layout.html index 1b4bcee..c7b08ac 100644 --- a/shelfzilla/themes/bootflat/templates/_layout.html +++ b/shelfzilla/themes/bootflat/templates/_layout.html @@ -5,7 +5,7 @@ - + {% block extra_css %}{% endblock %} {% block page_title %}ShelfZilla{% endblock %} @@ -82,7 +82,7 @@ {% block footer %}{% endblock %} - + {% block extra_js %}{% endblock %} {% if social_config.google_analytics %} diff --git a/shelfzilla/themes/bootflat/templates/landing/landing.html b/shelfzilla/themes/bootflat/templates/landing/landing.html index d2f2fbe..477afcb 100644 --- a/shelfzilla/themes/bootflat/templates/landing/landing.html +++ b/shelfzilla/themes/bootflat/templates/landing/landing.html @@ -42,7 +42,7 @@ body { background-image: none !important; }