bump default donation amount without changing sustainer level
This commit is contained in:
parent
bc21a0b92f
commit
470acf2408
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@
|
||||||
| <a id="renewalSelector" href="#renewal">Annual Renew</a>
|
| <a id="renewalSelector" href="#renewal">Annual Renew</a>
|
||||||
</div>
|
</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>
|
<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 %}
|
{% endif %}
|
||||||
|
|
||||||
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
|
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
|
||||||
|
|
Loading…
Reference in a new issue