[tor-commits] [newsletter/master] Fix issue #8

gus at torproject.org gus at torproject.org
Wed Oct 21 21:45:48 UTC 2020


commit fd4c678aba1d1e8d0fa1d410786736fbae1a7cd7
Author: gus <gus at torproject.org>
Date:   Wed Oct 21 17:43:10 2020 -0400

    Fix issue #8
---
 templates/intro.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/intro.html b/templates/intro.html
index 00ce413..50e3e64 100644
--- a/templates/intro.html
+++ b/templates/intro.html
@@ -45,7 +45,7 @@
         <div class="form-group row">
           <div class="col-sm-6 captcha">
             <input id="captcha" type="text" class="form-control form-control-lg form-required" data-name="captcha" data-stripe="captcha" aria-label="captcha" name="captcha" size="4" placeholder="* Enter the 4 letters (case insenstive) that appear below">
-            <img src="https://tor-donate.local/captcha" border="0" />
+            <img src="https://donate-api.torproject.org/captcha" border="0" />
           </div>
         </div>
         <div class="form-group row">



More information about the tor-commits mailing list