From 7b8667f75ce0d04e5c6accec9ecff8f621abf26a Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 29 Nov 2022 16:00:19 +0100 Subject: [PATCH] Sponsor pages. --- src/wolnelektury/settings/static.py | 3 +++ src/wolnelektury/templates/2022/main_page.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/wolnelektury/settings/static.py b/src/wolnelektury/settings/static.py index 81a935a58..33da2d53b 100644 --- a/src/wolnelektury/settings/static.py +++ b/src/wolnelektury/settings/static.py @@ -148,6 +148,9 @@ PIPELINE = { '2022/scripts/modernizr.js', '2021/scripts/main.js', + 'js/contrib/jquery.cycle2.min.js', + 'sponsors/js/sponsors.js', + 'js/contrib/jquery.countdown.js', 'js/contrib/jquery.countdown-pl.js', 'js/contrib/jquery.countdown-de.js', 'js/contrib/jquery.countdown-uk.js', 'js/contrib/jquery.countdown-es.js', 'js/contrib/jquery.countdown-lt.js', diff --git a/src/wolnelektury/templates/2022/main_page.html b/src/wolnelektury/templates/2022/main_page.html index 8112c09e0..b7c7c54e6 100644 --- a/src/wolnelektury/templates/2022/main_page.html +++ b/src/wolnelektury/templates/2022/main_page.html @@ -305,7 +305,7 @@ - {#% sponsor_page 'footer' %#} + {% sponsor_page 'footer' %} -- 2.20.1