[tor-commits] [donate-static/master] Fix #6

gus at torproject.org gus at torproject.org
Mon Oct 26 13:07:50 UTC 2020


commit 848fe85379d55c4c1f70a29c94d82c1d6c708586
Author: gus <gus at torproject.org>
Date:   Mon Oct 26 08:46:28 2020 -0400

    Fix #6
---
 templates/cryptocurrency.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/cryptocurrency.html b/templates/cryptocurrency.html
index 99cb2d6f..e81202f6 100644
--- a/templates/cryptocurrency.html
+++ b/templates/cryptocurrency.html
@@ -1,7 +1,7 @@
 {% block content %}
   <div class="cryptocurrency">
     <div class="payment-other-div container">
-      <a class="hyperlinks links" href="/donate">{{ _('Want to donate by credit card or PayPal?') }}</a>
+      <a class="hyperlinks links" href="https://donate.torproject.org/">{{ _('Want to donate by credit card or PayPal?') }}</a>
     </div>
     <div class="intro-text-section container">
       {{ this.body }}



More information about the tor-commits mailing list