summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index af71e2896..a9888375f 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -13,8 +13,7 @@ JQUERY_URL = "http://localhost/javascript/jquery/jquery.js"
JQUERY_UI_URL = "http://localhost/javascript/jquery-ui/"
XHTML2ODT_PATH = ROOT_PATH + "../xhtml2odt"
-ODT_TEMPLATE = os.sep.join([ROOT_PATH[:-1], "..", "ishtar_common",
- "static", "template.odt"])
+ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt"
LOGIN_REDIRECT_URL = "/" + URL_PATH
DEBUG = 1