Correct an inappropriate use of the idsubmission repository location instead of the ID repository. Reported by Robert Sparks.
- Legacy-Id: 3137
This commit is contained in:
parent
8d79c73685
commit
b9b17625ea
|
@ -129,7 +129,7 @@ def document_main(request, name, tab):
|
|||
|
||||
(content1, content2) = _get_html(
|
||||
str(name)+","+str(id.revision)+",html",
|
||||
os.path.join(settings.IDSUBMIT_REPOSITORY_PATH, name+"-"+id.revision+".txt"))
|
||||
os.path.join(settings.INTERNET_DRAFT_PATH, name+"-"+id.revision+".txt"))
|
||||
|
||||
versions = _get_versions(id)
|
||||
history = _get_history(doc, versions)
|
||||
|
|
Loading…
Reference in a new issue