diff options
Diffstat (limited to 'modules/transifex/templates')
-rw-r--r-- | modules/transifex/templates/50-project.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/transifex/templates/50-project.conf b/modules/transifex/templates/50-project.conf index 24b4f291..707e3113 100644 --- a/modules/transifex/templates/50-project.conf +++ b/modules/transifex/templates/50-project.conf @@ -39,6 +39,7 @@ MIDDLEWARE_CLASSES = [ ROOT_URLCONF = 'urls' TEMPLATE_DIRS = [ + '<%= templates_dir %>', os.path.join(TX_ROOT, 'templates'), ] |