Creddit reminder: only show when gilding

This commit is contained in:
Chad Birch
2014-04-30 17:14:42 -06:00
parent 3e118f01b3
commit a91323a642

View File

@@ -76,7 +76,9 @@
${self.stripe_form()}
%endif
<div class="note">${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))}</div>
%if thing.clone_template:
<div class="note">${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))}</div>
%endif
<div class="throbber"></div>
%endif
</div>