diff --git a/conservancy/templates/supporter/index.html b/conservancy/templates/supporter/index.html
index bee59e93..e1be73e6 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.