diff --git a/r2/r2/templates/flairtemplatelist.html b/r2/r2/templates/flairtemplatelist.html index 34c4f92a4..55a94c383 100644 --- a/r2/r2/templates/flairtemplatelist.html +++ b/r2/r2/templates/flairtemplatelist.html @@ -20,6 +20,8 @@ ## CondeNet, Inc. All Rights Reserved. ################################################################################ +<%namespace file="printablebuttons.html" import="ynbutton"/> + <%! from r2.models import FlairTemplate, USER_FLAIR, LINK_FLAIR from r2.lib.pages.pages import FlairTemplateEditor @@ -50,12 +52,7 @@ ${FlairTemplateEditor(empty_template, thing.flair_type)} -
+ ${ynbutton(_("clear all flair templates"), _("cleared"), + "clearflairtemplates", + hidden_data=dict(flair_type=thing.flair_type))}