mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 00:34:44 +00:00
Merge branch 'dev' of github.com:sartography/protocol-builder-mock into dev
This commit is contained in:
commit
d65eb51284
@ -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