From: Radek Czajka Date: Thu, 8 Sep 2011 10:13:13 +0000 (+0200) Subject: doodle change X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/5f213beead644f4d983134cbeb58da1796e17de0 doodle change --- diff --git a/wolnelektury/static/img/doodle/20110908-logo.png b/wolnelektury/static/img/doodle/20110908-logo.png new file mode 100644 index 000000000..f4ab58319 Binary files /dev/null and b/wolnelektury/static/img/doodle/20110908-logo.png differ diff --git a/wolnelektury/static/img/doodle/20110908.png b/wolnelektury/static/img/doodle/20110908.png deleted file mode 100644 index 48cb5ef1f..000000000 Binary files a/wolnelektury/static/img/doodle/20110908.png and /dev/null differ diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html index 94d53727f..b9db51325 100644 --- a/wolnelektury/templates/catalogue/main_page.html +++ b/wolnelektury/templates/catalogue/main_page.html @@ -3,7 +3,7 @@ {% load catalogue_tags chunks cache %} {# doodle #} -{% block logo_url %}{{ STATIC_URL }}img/doodle/20110908.png{% endblock %} +{% block logo_url %}{{ STATIC_URL }}img/doodle/20110908-logo.png{% endblock %} {% block bodyid %}main-page{% endblock %}