about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--qc_app/upload/rqtl2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/upload/rqtl2.py b/qc_app/upload/rqtl2.py
index f36a3a6..69f18fe 100644
--- a/qc_app/upload/rqtl2.py
+++ b/qc_app/upload/rqtl2.py
@@ -276,7 +276,7 @@ def create_geno_dataset(species_id: int, population_id: int):
         if bool(error):
             return error
 
-        sgeno_page = redirect(url_for("upload.rqtl2.select_geno_dataset",
+        sgeno_page = redirect(url_for("upload.rqtl2.select_dataset_info",
                                       species_id=species_id,
                                       population_id=population_id,
                                       pgsrc="error"),