X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9f57f525425707a7c9445c07f00371f17128f44c..735368cfb54c8954518179993dcd3bc55e3878e7:/wolnelektury/settings.py diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index afb84e86f..888ea34e4 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -67,7 +67,7 @@ TEMPLATE_CONTEXT_PROCESSORS = [ 'django.core.context_processors.i18n', 'django.core.context_processors.media', 'django.core.context_processors.request', - 'context_processors.extra_settings', + 'wolnelektury.context_processors.extra_settings', ] MIDDLEWARE_CLASSES = [ @@ -132,8 +132,11 @@ COMPRESS_JS = { 'output_filename': 'js/jquery.min.js', }, 'all': { - 'source_filenames': ('js/jquery.autocomplete.js', 'js/jquery.form.js', - 'js/jquery.countdown.js', 'js/jquery.countdown-pl.js', + 'source_filenames': ('js/jquery.autocomplete.js', 'js/jquery.form.js', + 'js/jquery.countdown.js', 'js/jquery.countdown-pl.js', + 'js/jquery.countdown-en.js', 'js/jquery.countdown-de.js', + 'js/jquery.countdown-es.js', 'js/jquery.countdown-lt.js', + 'js/jquery.countdown-ru.js', 'js/jquery.countdown-fr.js', 'js/jquery.jqmodal.js', 'js/jquery.labelify.js', 'js/catalogue.js', 'js/jquery.cookie.js',), 'output_filename': 'js/all?.min.js',