Skip to content

Commit 5203118

Browse files
committed
Changed one more draft directory reference to use the draft archive setting.
- Legacy-Id: 13056
1 parent 16f067f commit 5203118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_file_path(self):
105105
if self.get_state_slug() == "rfc":
106106
self._cached_file_path = settings.RFC_PATH
107107
else:
108-
self._cached_file_path = settings.INTERNET_DRAFT_PATH
108+
self._cached_file_path = settings.INTERNET_ALL_DRAFTS_ARCHIVE_DIR
109109
elif self.type_id in ("agenda", "minutes", "slides", "bluesheets") and self.meeting_related():
110110
doc = self.doc if isinstance(self, DocHistory) else self
111111
if doc.session_set.exists():

0 commit comments

Comments
 (0)