diff options
author | zsloan | 2022-10-18 16:45:42 +0000 |
---|---|---|
committer | zsloan | 2022-10-18 16:45:42 +0000 |
commit | d8309bdbbbdca875fa042ee9bcd7dc6b40e2e9a7 (patch) | |
tree | 17f88c788148f5a9059d0316592425ad16f1fe62 | |
parent | d9cbc9dfd34dbe75c1b28fba8ca3117740663c4d (diff) | |
download | genenetwork2-d8309bdbbbdca875fa042ee9bcd7dc6b40e2e9a7.tar.gz |
Change bnw link to https, which seems to fix it
-rw-r--r-- | wqflask/wqflask/templates/bnw_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/bnw_page.html b/wqflask/wqflask/templates/bnw_page.html index a3e090a5..317b4bd7 100644 --- a/wqflask/wqflask/templates/bnw_page.html +++ b/wqflask/wqflask/templates/bnw_page.html @@ -1,5 +1,5 @@ <title>Opening BNW</title> -<form method="post" action="http://bnw.genenetwork.org/sourcecodes/bn_genenet.php" name="bnwform" id="bnwform"> +<form method="post" action="https://bnw.genenetwork.org/sourcecodes/bn_genenet.php" name="bnwform" id="bnwform"> <input type="hidden" name="My_Genenet" value="{{ form_value }}"> </form> <script type="text/javascript"> |