aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorBonfaceKilz2022-05-06 11:08:29 +0300
committerBonfaceKilz2022-05-06 12:43:34 +0300
commit21cae0a5e2449ea9d9a658706b5294ae965af794 (patch)
tree231411befb7f005671cae65244cf700cd1924d80 /wqflask
parent7e512b14f892c5dbe3b44b331765b7afcd05bce5 (diff)
downloadgenenetwork2-21cae0a5e2449ea9d9a658706b5294ae965af794.tar.gz
Remove the "Reset" button
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index 5278a12e..a970acbc 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -70,7 +70,6 @@
<input name="phenotype-id" class="changed" type="hidden" value="{{ publish_xref.phenotype_id }}"/>
<input name="comments" class="changed" type="hidden" value="{{ publish_xref.comments }}"/>
<input type="submit" style="width: 125px; margin-right: 25px;" class="btn btn-success form-control col-xs-2 changed" value="Submit Change">
- <input type="reset" style="width: 110px;" class="btn btn-danger form-control col-xs-2 changed" onClick="window.location.reload();" value="Reset">
</div>
</div>
<div class="form-group">
@@ -245,7 +244,6 @@
<input name="phenotype-id" class="changed" type="hidden" value="{{ publish_xref.phenotype_id }}"/>
<input name="comments" class="changed" type="hidden" value="{{ publish_xref.comments }}"/>
<input type="submit" style="width: 125px; margin-right: 25px;" class="btn btn-success form-control col-xs-2 changed" value="Submit Change">
- <input type="reset" style="width: 110px;" class="btn btn-danger form-control col-xs-2 changed" onClick="window.location.reload();" value="Reset">
</div>
</div>
</form>