fixed pdf link, broken in previous commit

Also fixed spelling mistake in job-status form
This commit is contained in:
Navan Chauhan 2020-09-10 12:41:40 +05:30
parent 3f0346b2bb
commit cf59ea309b
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
}
</style>
<p>A detailed zip file containing this PDF, along with all supporting files (configuration, pictures, protein-ligands e.t.c) to your email.</p>
<p>A detailed zip file containing this PDF, along with all supporting files (configuration, pictures, protein-ligands e.t.c) has been sent to your email.</p>
<h3>AR Model</h3>

View File

@ -127,8 +127,8 @@ def status():
done="Queued"
if protein_name == None:
protein_name = r[6]
PDFReport = "./app/static/uploads/reports/" + str(jobID) + ".pdf"
PDFReport = "/static/uploads/reports/" + str(jobID) + ".pdf"
AndroidModel = "/static/uploads/3DModels/" + str(jobID) + ".gltf"
iOSModel = "/static/uploads/3DModels/" + str(jobID) + ".usdz"