diff --git a/r2/r2/templates/printablebuttons.html b/r2/r2/templates/printablebuttons.html index d24a82370..44b5eb75a 100644 --- a/r2/r2/templates/printablebuttons.html +++ b/r2/r2/templates/printablebuttons.html @@ -66,7 +66,7 @@ %if thing.show_unmarknsfw:
  • ${ynbutton(_("un-nsfw"), _("unmarked"), "unmarknsfw")}
  • %endif - %if c.site.link_flair_position and thing.show_flair: + %if not getattr(thing, 'promoted', None) and c.site.link_flair_position and thing.show_flair:
  • ${_('flair')}