[tor-commits] [newsletter/master] Updated subscription form to use live URL

hiro at torproject.org hiro at torproject.org
Wed Oct 14 15:36:55 UTC 2020


commit 55d3fdefa650cb2341cdcde44f0d6bd343009a13
Author: Peter Haight <peterh at giantrabbit.com>
Date:   Fri Oct 2 10:24:54 2020 -0700

    Updated subscription form to use live URL
    
    I want to have this set to the live URL so we don't have to change it
    for launch. For testing people will just have to edit it manually in
    their local repositories for now.
---
 templates/intro.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/intro.html b/templates/intro.html
index 7846fd3..0d0cbb1 100644
--- a/templates/intro.html
+++ b/templates/intro.html
@@ -30,7 +30,7 @@
 <div class="row mb-1">
   <div class="col-12">
     <div class="row mt-4 mb-2">
-      <form action="https://tor-donate.local/subscription-request" method="POST" class="form-wide">
+      <form action="https://donate.torproject.org/subscription-request" method="POST" class="form-wide">
         <input type="hidden" name="returnToReferrer" value="1" />
         <div class="form-group row">
           <div class="col-sm-12 errors">





More information about the tor-commits mailing list