bug report form
[wolnelektury.git] / wolnelektury / settings.py
index d40fd55..66f2f6c 100644 (file)
@@ -130,6 +130,7 @@ INSTALLED_APPS = [
     'api',
     'rosetta',
     'infopages',
+    'suggest',
 ]
 
 CACHE_BACKEND = 'locmem:///?max_entries=3000'
@@ -154,7 +155,7 @@ COMPRESS_JS = {
     'all': {
         'source_filenames': ('js/jquery.autocomplete.js', 'js/jquery.form.js', 
             'js/jquery.countdown.js', 'js/jquery.countdown-pl.js', 
-            'js/jquery.countdown-de.js',
+            'js/jquery.countdown-de.js', 'js/jquery.countdown-uk.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',