diff --git a/settings.py b/settings.py index fa4bfb8ea5..e9d25d00c7 100644 --- a/settings.py +++ b/settings.py @@ -154,6 +154,7 @@ INSTALLED_APPS = ( 'navigation', 'lock_manager', 'web_theme', + 'queue_manager', # pagination needs to go after web_theme so that the pagination template is found 'pagination', 'common',