diff options
author | Frederick Muriuki Muriithi | 2022-07-13 02:37:52 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-19 04:59:59 +0300 |
commit | 68cf0750ee29d91abf8fe8d0a81426e324b41b12 (patch) | |
tree | ed1b752cb63937ebe5d1c5cca812cbd0f7bd65a6 /qc_app/templates/select_study.html | |
parent | 27032e1876373f9b519275bffbca117f2c96ca1f (diff) | |
download | gn-uploader-68cf0750ee29d91abf8fe8d0a81426e324b41b12.tar.gz |
Implement dataset selection
- Implement UI enabling selection from existing datasets
- Start implementation of UI that enables creation of new dataset
Diffstat (limited to 'qc_app/templates/select_study.html')
-rw-r--r-- | qc_app/templates/select_study.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/select_study.html b/qc_app/templates/select_study.html index e4b629c..d8bdcf0 100644 --- a/qc_app/templates/select_study.html +++ b/qc_app/templates/select_study.html @@ -11,7 +11,7 @@ <h2 class="heading">{{filename}}: select study</h2> <div class="two-column-with-separator"> - <form method="POST" action="{{url_for('dbinsert.select_study')}}" + <form method="POST" action="{{url_for('dbinsert.select_dataset')}}" id="select-platform-form" data-genechips="{{genechips_data}}" class="two-col-sep-col1"> <legend>Select from existing study</legend> |