diff options
author | BonfaceKilz | 2021-05-25 13:15:36 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-26 20:01:28 +0300 |
commit | 01d742d4dd5ee9d193e1c0ccb3d32ec9592c099f (patch) | |
tree | c8c97c1d1d9f6ad33edeaac85dd1b30fa4c0099b | |
parent | 8edc79a45219a0514433ddedf588550eecf3b904 (diff) | |
download | genenetwork2-01d742d4dd5ee9d193e1c0ccb3d32ec9592c099f.tar.gz |
templates: edit_trait: Submit publish_xref data
-rw-r--r-- | wqflask/wqflask/templates/edit_trait.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/edit_trait.html b/wqflask/wqflask/templates/edit_trait.html index 46778f63..2cd8a6fd 100644 --- a/wqflask/wqflask/templates/edit_trait.html +++ b/wqflask/wqflask/templates/edit_trait.html @@ -148,6 +148,10 @@ Submit Trait | Reset </div> </div> <div class="controls" style="display:block; margin-left: 40%; margin-right: 20%;"> + <input name="dataset-name" type="hidden" value="{{ publish_xref.id_ }}"/> + <input name="phenotype-id" type="hidden" value="{{ publish_xref.phenotype_id }}"/> + <input name="inbred-set-id" type="hidden" value="{{ publish_xref.inbred_set_id }}"/> + <input name="comments" type="hidden" value="{{ publish_xref.comments }}"/> <input type="submit" style="width: 125px; margin-right: 25px;" class="btn btn-primary form-control col-xs-2" value="Submit Change"> <input type="reset" style="width: 110px;" class="btn btn-primary form-control col-xs-2" onClick="window.location.reload();" value="Reset"> </div> |