multi-language feature titles

This commit is contained in:
Laura Klünder 2016-09-23 17:02:17 +02:00
parent 9f79e26671
commit 3c96a98344
11 changed files with 101 additions and 44 deletions

View file

@ -112,7 +112,6 @@ LANGUAGE_COOKIE_NAME = 'c3nav_language'
CSRF_COOKIE_NAME = 'c3nav_csrftoken'
SESSION_COOKIE_HTTPONLY = True
# Application definition
INSTALLED_APPS = [
@ -222,6 +221,10 @@ STATICFILES_FINDERS = (
'compressor.finders.CompressorFinder',
)
BOOTSTRAP3 = {
'success_css_class': '',
}
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
)