From 470acf24084387f0fd9a7487d3a1482ff3f3d7fb Mon Sep 17 00:00:00 2001 From: Daniel Pono Takamori Date: Mon, 27 Nov 2023 12:06:29 -0800 Subject: [PATCH] bump default donation amount without changing sustainer level --- conservancy/templates/supporter/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.