diff --git a/r2/r2/templates/goldpayment.html b/r2/r2/templates/goldpayment.html index 6e45414e6..542d9a1d8 100644 --- a/r2/r2/templates/goldpayment.html +++ b/r2/r2/templates/goldpayment.html @@ -52,7 +52,9 @@ ${self.google_button()} %endif - ${self.paypal_button()} + %if thing.paypal_buttonid: + ${self.paypal_button()} + %endif