diff options
author | Frederick Muriuki Muriithi | 2024-08-28 17:12:26 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-28 17:54:17 -0500 |
commit | 06c6a7f7f42e8ff2d33a934ff695efde24d26d65 (patch) | |
tree | 0ab6115fa7a8ee490cc6efc343c44549c1871281 /uploader/templates/rqtl2/upload-rqtl2-bundle-step-02.html | |
parent | 05191fa146fac31fd079c50bf6bcc4983f2f0792 (diff) | |
download | gn-uploader-06c6a7f7f42e8ff2d33a934ff695efde24d26d65.tar.gz |
Move code handling expression data upload into new module.
Diffstat (limited to 'uploader/templates/rqtl2/upload-rqtl2-bundle-step-02.html')
-rw-r--r-- | uploader/templates/rqtl2/upload-rqtl2-bundle-step-02.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/rqtl2/upload-rqtl2-bundle-step-02.html b/uploader/templates/rqtl2/upload-rqtl2-bundle-step-02.html index 93b1dc9..8210ed0 100644 --- a/uploader/templates/rqtl2/upload-rqtl2-bundle-step-02.html +++ b/uploader/templates/rqtl2/upload-rqtl2-bundle-step-02.html @@ -14,7 +14,7 @@ <p>Click "Continue" below to proceed.</p> <form id="frm-upload-rqtl2-bundle" - action="{{url_for('upload.rqtl2.select_dataset_info', + action="{{url_for('expression-data.rqtl2.select_dataset_info', species_id=species.SpeciesId, population_id=population.InbredSetId)}}" method="POST" |