diff options
author | Frederick Muriuki Muriithi | 2024-02-06 05:01:18 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-02-06 05:01:18 +0300 |
commit | f98d0325e641dd43e0ac460ef4fa931eb94c054f (patch) | |
tree | e04589a38c9c500685c13e3a119b52a10ab2be7b /qc_app/templates | |
parent | 364dc6598e11151fd0b146814b2aaac272eec8d7 (diff) | |
download | gn-uploader-f98d0325e641dd43e0ac460ef4fa931eb94c054f.tar.gz |
Bug: Fix routing issues
Fix the routing issues that were redirecting the flow to the wrong
endpoints.
Diffstat (limited to 'qc_app/templates')
-rw-r--r-- | qc_app/templates/rqtl2/select-population.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qc_app/templates/rqtl2/select-population.html b/qc_app/templates/rqtl2/select-population.html index a1e2a83..8f2db84 100644 --- a/qc_app/templates/rqtl2/select-population.html +++ b/qc_app/templates/rqtl2/select-population.html @@ -49,7 +49,8 @@ <p style="color:#FE3535; padding-left:20em; font-weight:bolder;">OR</p> -<form method="POST" action="{{url_for('samples.create_population')}}"> +<form method="POST" + action="{{url_for('upload.rqtl2.create_population', species_id=species.SpeciesId)}}"> <legend class="heading">create new grouping/population</legend> {{flash_messages("error-create-population")}} |