diff options
author | zsloan | 2022-07-27 18:11:48 +0000 |
---|---|---|
committer | zsloan | 2022-07-27 18:12:37 +0000 |
commit | cd532637f3acd9257127d57f43fbb1a84cfee0d4 (patch) | |
tree | 3f43bce11de7a808a11e07da3c6f9ed3eeb39d8e /wqflask | |
parent | b07cd9d9321c93da7c4fdbefa1e6c6ebd121cb65 (diff) | |
download | genenetwork2-cd532637f3acd9257127d57f43fbb1a84cfee0d4.tar.gz |
Change capitalization on index page
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/templates/index_page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index af0e2fa2..3d76503c 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -59,7 +59,7 @@ <div class="col-xs-4" style="margin-right:50px; min-width: 530px; max-width: 550px;"> <section id="search"> <div class="page-header"> - <h2>Select and search</h2> + <h2>Select and Search</h2> </div> <form method="get" action="/search" target="_blank" name="SEARCHFORM", data-gn_server_url="{{gn_server_url}}"> @@ -164,7 +164,7 @@ </section> <section id="advanced"> <div class="page-header"> - <h2>Advanced commands</h2> + <h2>Advanced Commands</h2> </div> <p>You can also use advanced commands. Copy these simple examples into the Get Any field for single term searches and Combined for searches with multiple terms:</p> |