From a91323a64250bdcc730309b0e15d2db70f581da0 Mon Sep 17 00:00:00 2001 From: Chad Birch Date: Wed, 30 Apr 2014 17:14:42 -0600 Subject: [PATCH] Creddit reminder: only show when gilding --- r2/r2/templates/goldpayment.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/r2/r2/templates/goldpayment.html b/r2/r2/templates/goldpayment.html index b7a70b1d5..034513d0d 100644 --- a/r2/r2/templates/goldpayment.html +++ b/r2/r2/templates/goldpayment.html @@ -76,7 +76,9 @@ ${self.stripe_form()} %endif -
${unsafe(safemarkdown(_("Give gold often? Consider [buying creddits to use](/gold?goldtype=creddits), they're 40% cheaper if purchased in a set of 12."), wrap=False))}
+ %if thing.clone_template: +
${unsafe(safemarkdown(_("Give gold often? Consider [buying creddits to use](/gold?goldtype=creddits), they're 40% cheaper if purchased in a set of 12."), wrap=False))}
+ %endif
%endif