From 1c428e65ae736d8c219b094dc5342332b9d9ff9d Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 8 Nov 2013 00:05:55 +0000 Subject: [PATCH] Corrected the default path for where to find iCalendar vtimezone information. - Legacy-Id: 6695 --- ietf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index d58bd83ea..a5c6bc8ca 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -372,7 +372,7 @@ SOUTH_TESTS_MIGRATE = False BIBXML_BASE_PATH = '/a/www/ietf-ftp/xml2rfc' # Timezone files for iCalendar -TZDATA_ICS_PATH = BASE_DIR + '/vzic/zoneinfo/' +TZDATA_ICS_PATH = BASE_DIR + '/../vzic/zoneinfo/' CHANGELOG_PATH = '/www/ietf-datatracker/web/changelog' # Secretariat Tool