mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-02-11 15:16:44 +00:00
Fix for study_details bug on testing
This commit is contained in:
parent
8ca8c9ad85
commit
326ed53395
@ -314,7 +314,7 @@ def study_details(study_id):
|
||||
study_details = StudyDetails(STUDYID=study_id)
|
||||
form = StudyDetailsForm(request.form, obj=study_details)
|
||||
|
||||
action = url_for("study_details", uva_id=study_id)
|
||||
action = url_for("study_details", study_id=study_id)
|
||||
title = "Edit Study Details for Study #" + study_id
|
||||
details = "Numeric fields can be 1 for true, 0 or false, or Null if not applicable."
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user