diff options
author | zsloan | 2022-08-01 15:05:50 +0000 |
---|---|---|
committer | zsloan | 2022-08-01 15:05:50 +0000 |
commit | fe533f2b59397a5254a92c1075338a0b1d17339f (patch) | |
tree | bd4d22c27174809c46629a8862cf647df4efec00 /wqflask | |
parent | 7a3d54708c1a6c64b538f1fbf9abf39b42295dd4 (diff) | |
download | genenetwork2-fe533f2b59397a5254a92c1075338a0b1d17339f.tar.gz |
Fix BNW link by making it https
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/bnw_page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/bnw_page.html b/wqflask/wqflask/templates/bnw_page.html index e506d8a8..317b4bd7 100644 --- a/wqflask/wqflask/templates/bnw_page.html +++ b/wqflask/wqflask/templates/bnw_page.html @@ -1,7 +1,7 @@ <title>Opening BNW</title> -<form method="post" action="http://bnw.genenetwork.org/BNW/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"> document.bnwform.submit(); -</script>
\ No newline at end of file +</script> |