[tor-commits] [donate-static/master] Fix cryptocurrency link
hiro at torproject.org
hiro at torproject.org
Tue Oct 20 17:11:27 UTC 2020
commit 76b23c3739a0c3c7ae0bc0ca5c83c94fe5f1c0f6
Author: hiro <hiro at torproject.org>
Date: Tue Oct 20 19:10:18 2020 +0200
Fix cryptocurrency link
---
templates/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/footer.html b/templates/footer.html
index 744fd651..689c8382 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -115,7 +115,7 @@
<script src="{{ '/static/js/download.js'|asseturl }}" ></script>
<script src="{{ '/static/js/fallback.js'|asseturl }}" ></script>
<script>
- $(".payment-option").append("<button class=\"credit-card payment-method button\"><a class=\"button\" href=\"cryptocurrency\">Cryptocurrency</a></button>")
+ $(".payment-option").append("<button class=\"credit-card payment-method button\"><a class=\"button\" href=\"/cryptocurrency\">Cryptocurrency</a></button>")
</script>
</div>
</div>
More information about the tor-commits
mailing list