Changeset - c07b2746819b
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2017-01-02 16:43:22
brett@sfconservancy.org
supporter: Set target="_blank" on informational links in the forms.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/supporter/form_partial.html
Show inline comments
...
 
@@ -38,5 +38,5 @@ This partial accepts these optional parameters:
 
    Monthly Supporters automatically pay each month until you cancel
 
    payments in PayPal.  You'll be added to
 
    our <a href="/sponsors/#supporters">Supporters list</a> as soon as we
 
    our <a href="/sponsors/#supporters" target="_blank">Supporters list</a> as soon as we
 
    process your first payment.  You may not receive other benefits (like
 
    the shirt) until you've paid at least
...
 
@@ -130,5 +130,5 @@ This partial accepts these optional parameters:
 
      <div class="supporter-form-input">
 
        <label for="publicAck">
 
          Should we add you to the <a href="/sponsors#supporters">Conservancy Supporters list</a>? </label>
 
          Should we add you to the <a href="/sponsors#supporters" target="_blank">Conservancy Supporters list</a>? </label>
 
        <div class="input-group">
 
          <input type="radio" tabindex="40" checked="checked" name="on1" value="publicAckYes">Yes
0 comments (0 inline, 0 general)