aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2020-07-24 15:22:06 -0500
committerzsloan2020-07-24 15:22:06 -0500
commita478d8171e075f68e5d9d970d67fa8e508b18628 (patch)
treedcffe613b225c877a14dfeeddbae304b748e327a
parent747eb82d0260c7bf9340e8402b78416373692b0a (diff)
downloadgenenetwork2-a478d8171e075f68e5d9d970d67fa8e508b18628.tar.gz
Minor aesthetic indentation change in html
-rw-r--r--wqflask/wqflask/templates/show_trait.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html
index 7380d198..c37a41e2 100644
--- a/wqflask/wqflask/templates/show_trait.html
+++ b/wqflask/wqflask/templates/show_trait.html
@@ -21,8 +21,7 @@
{% endif %}
</div>
- <form method="post" action="" target="_blank" name="trait_page" id="trait_data_form"
- class="form-horizontal">
+ <form method="post" action="" target="_blank" name="trait_page" id="trait_data_form" class="form-horizontal">
<div id="hidden_inputs">
<input type="hidden" name="trait_hmac" value="{{ data_hmac('{}:{}'.format(this_trait.name, dataset.name)) }}">
{% for key in hddn %}