aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorBonfaceKilz2021-07-26 14:20:44 +0300
committerBonfaceKilz2021-08-03 15:49:50 +0300
commit9b68883041b581fbd01e5568d36d82581dec7772 (patch)
tree83dd18534dc60ce55ac88dd5892e34cf42783503 /wqflask
parentf5b0a59a41b1cf3b29557aa918b217b0749879b8 (diff)
downloadgenenetwork2-9b68883041b581fbd01e5568d36d82581dec7772.tar.gz
templates: edit_phenotype: Add enctype to form cause of file uploads
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index 7d4c65f8..5edddada 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -53,7 +53,7 @@ Submit Trait | Reset
{% endif %}
-<form id="edit-form" class="form-horizontal" method="post" action="/trait/update">
+<form id="edit-form" class="form-horizontal" method="post" action="/trait/update" enctype=multipart/form-data>
<h2 class="text-center">Trait Information:</h2>
<div class="form-group">
<label for="pubmed-id" class="col-sm-2 control-label">Pubmed ID:</label>