diff options
-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 bb5dbef..a653375 100644 --- a/qc_app/templates/select_study.html +++ b/qc_app/templates/select_study.html @@ -22,7 +22,7 @@ <label for="study" class="form-col-1">study:</label> <select id="study" name="studyid" class="form-col-2"> {%for study in studies:%} - <option value="{{study['ProbeFreezeId']}}">{{study["Name"]}}</option> + <option value="{{study['Id']}}">{{study["Name"]}}</option> {%endfor%} </select> </fieldset> |