Add body class for messages pages.

This commit is contained in:
Max Goodman
2012-03-06 13:07:34 -08:00
committed by bsimpson63
parent ae404e88ac
commit 714f4481b7

View File

@@ -623,6 +623,9 @@ class MessageController(ListingController):
show_nums = False
render_cls = MessagePage
allow_stylesheets = False
# note: this intentionally replaces the listing-page class which doesn't
# conceptually fit for styling these pages.
extra_page_classes = ['messages-page']
@property
def menus(self):