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:
Henrik Levkowetz 2011-05-23 21:47:07 +00:00
parent 8d79c73685
commit b9b17625ea

View file

@ -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)