Changeset - 470acf240843
[Not reviewed]
0 1 0
Daniel Takamori (pono) - 5 months ago 2023-11-27 20:06:29
pono@sfconservancy.org
bump default donation amount without changing sustainer level
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -29,12 +29,12 @@
 
    | <a id="renewalSelector" href="#renewal">Annual Renew</a>
 
  </div>
 

	
 
  {% include "supporter/form_partial.html" with form_id="annual" min_amt=120 article="an" only %}
 
  {% include "supporter/form_partial.html" with form_id="annual" min_amt=120 default_amt=128 article="an" only %}
 

	
 
  {% include "supporter/form_partial.html" with form_id="monthly" min_amt=10 only %}
 
  {% include "supporter/form_partial.html" with form_id="monthly" min_amt=10 default_amt=12 only %}
 

	
 
  <a name="renew" class="hidden"></a>
 
  {% include "supporter/form_partial.html" with form_id="renewal" min_amt=120 verb="renew" article="an" supptype="annual" only %}
 
  {% include "supporter/form_partial.html" with form_id="renewal" min_amt=120 default_amt=128 verb="renew" article="an" supptype="annual" only %}
 
{% endif %}
 

	
 
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
0 comments (0 inline, 0 general)