From d71927ba803b37318b1a8e88183db41810bf2b25 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Apr 2013 20:14:54 +0200 Subject: Fix default path for ODT template (closes #1213) --- example_project/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example_project') 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 -- cgit v1.2.3