Fix in-page refresh of user flair when changed.

This commit is contained in:
Logan Hanks
2011-08-04 11:28:05 -07:00
parent f44a517296
commit 8e85687a99

View File

@@ -1968,7 +1968,7 @@ class ApiController(RedditController):
jquery('input[name="css_class"]').data('saved', css_class)
form.set_html('.status', _('saved'))
form.set_html(
'.user',
'.tagline',
WrappedUser(user, force_show_flair=True).render(style='html'))
@validate(VFlairManager(),