bump default donation amount without changing sustainer level

This commit is contained in:
Daniel Pono Takamori 2023-11-27 12:06:29 -08:00
parent bc21a0b92f
commit 470acf2408
Signed by: pono
GPG key ID: 17BB4167325DAA02

View file

@ -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>