diff --git a/r2/r2/templates/goldpayment.html b/r2/r2/templates/goldpayment.html index c12d2ecc9..49c4413a8 100644 --- a/r2/r2/templates/goldpayment.html +++ b/r2/r2/templates/goldpayment.html @@ -53,7 +53,8 @@ %else:
${_("Please select a payment method.")}
- %if thing.google_id: + %if thing.google_id and not thing.clone_template: + ## disable google wallet for gilding ${self.google_button()} %endif