diff --git a/conservancy/templates/supporter/index.html b/conservancy/templates/supporter/index.html index bee59e9338730cd479a88da77cd5f454a77a9687..e1be73e6dd0543cdd271131ccfdba0124f7a5f77 100644 --- a/conservancy/templates/supporter/index.html +++ b/conservancy/templates/supporter/index.html @@ -29,12 +29,12 @@ | Annual Renew - {% 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 %} - {% 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 %} Please ensure all form data above is correct.