aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2015-07-15 15:44:32 +0000
committerzsloan2015-07-15 15:44:32 +0000
commitd58776bed21609f078188fe30f3c56e7abb245ad (patch)
tree59feb7a4a6b80896ed36ff84b57f5e4100f64a49
parent31e2f2462928afae1e20b8a3c9be66424adcb179 (diff)
downloadgenenetwork2-d58776bed21609f078188fe30f3c56e7abb245ad.tar.gz
Small mistake during last merge; forgot to change if to elif in template
-rwxr-xr-xwqflask/wqflask/templates/search_result_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html
index e1fa213f..da61f8a9 100755
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -51,7 +51,7 @@
{% for header in header_fields %}
{% if header == 'Index' %}
<th class="no-sort">{{header}}</th>
- {% if header == 'Max LRS' %}
+ {% elif header == 'Max LRS' %}
<th style="text-align: right;">Max&nbsp;&nbsp;<br>LRS<a href="http://genenetwork.org//glossary.html#L" target="_blank"><sup style="color:#f00"> ?</sup></a></th>
{% elif header == 'Additive Effect' %}
<th style="text-align: right;">Additive<br>Effect<a href="http://genenetwork.org//glossary.html#A" target="_blank"><sup style="color:#f00"> ?</sup></a></th>