fixed pdf link, broken in previous commit
Also fixed spelling mistake in job-status form
This commit is contained in:
parent
3f0346b2bb
commit
cf59ea309b
|
@ -23,7 +23,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</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>
|
<h3>AR Model</h3>
|
||||||
|
|
||||||
|
|
|
@ -127,8 +127,8 @@ def status():
|
||||||
done="Queued"
|
done="Queued"
|
||||||
if protein_name == None:
|
if protein_name == None:
|
||||||
protein_name = r[6]
|
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"
|
AndroidModel = "/static/uploads/3DModels/" + str(jobID) + ".gltf"
|
||||||
iOSModel = "/static/uploads/3DModels/" + str(jobID) + ".usdz"
|
iOSModel = "/static/uploads/3DModels/" + str(jobID) + ".usdz"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue