aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-07-25 18:21:44 +0000
committerzsloan2022-07-25 18:23:49 +0000
commit26669c2cc2124ad7450e6e3457d646fd57b85a32 (patch)
treea5c19cdcb148656a1003595d3fae360844f6497d
parent98f32da4cafd79014493638acabd5fbec559b399 (diff)
downloadgenenetwork2-26669c2cc2124ad7450e6e3457d646fd57b85a32.tar.gz
Fix BNW link
-rw-r--r--wqflask/wqflask/templates/bnw_page.html4
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..a3e090a5 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="http://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>