Skip to content

Commit 1c428e6

Browse files
committed
Corrected the default path for where to find iCalendar vtimezone information.
- Legacy-Id: 6695
1 parent 3051f81 commit 1c428e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
BIBXML_BASE_PATH = '/a/www/ietf-ftp/xml2rfc'
373373

374374
# Timezone files for iCalendar
375-
TZDATA_ICS_PATH = BASE_DIR + '/vzic/zoneinfo/'
375+
TZDATA_ICS_PATH = BASE_DIR + '/../vzic/zoneinfo/'
376376
CHANGELOG_PATH = '/www/ietf-datatracker/web/changelog'
377377

378378
# Secretariat Tool

0 commit comments

Comments
 (0)