From 6b7c022c3d28860b2f22a29097fdaeacfe7e00f9 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Thu, 15 Mar 2012 14:02:27 +0100 Subject: [PATCH] CSS for cite background oops. typo in template. --- wolnelektury/static/css/cite.css | 2 +- wolnelektury/templates/main_page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wolnelektury/static/css/cite.css b/wolnelektury/static/css/cite.css index 2dc61da8e..9bbaf063e 100755 --- a/wolnelektury/static/css/cite.css +++ b/wolnelektury/static/css/cite.css @@ -30,7 +30,7 @@ color: black; padding: 0; margin: 0; - background-image: url(/static/img/backdrop/horiavarlan-4268896468.jpg); + background-image: url(/static/img/backdrop/book-drawer2.jpg); background-size: 100%; background-position: 50% 68%; background-repeat: no-repeat; diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index acfd79c44..6412de136 100755 --- a/wolnelektury/templates/main_page.html +++ b/wolnelektury/templates/main_page.html @@ -8,7 +8,7 @@ {% block body %}
- {% cit\e_promo %} + {% cite_promo %}
{% spaceless %} -- 2.20.1