Commit e98eb836 authored by Michal Čihař's avatar Michal Čihař

Fix path to locales

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 18ee01ad
......@@ -288,7 +288,10 @@ INSTALLED_APPS = (
'weblate',
)
# Path to locales
LOCALE_PATHS = (os.path.join(BASE_DIR, 'locale'), )
# Context processors
TEMPLATE_CONTEXT_PROCESSORS = (
'django.contrib.auth.context_processors.auth',
'django.core.context_processors.debug',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment