Skip to content

Commit

Permalink
A sidebar is not needed in the Forum page.
Browse files Browse the repository at this point in the history
  • Loading branch information
skarcha committed Feb 22, 2012
1 parent 8219dcc commit 5432346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PageForum.py
Expand Up @@ -40,7 +40,7 @@ class PageForum:
def __call__ (self):
title = "Forums"

page = Page.Page_Menu_Side (title=title)
page = Page.Page_Menu (title=title)
page += CTK.RawHTML ("<h1>%s</h1>"%(title))
page += CTK.RawHTML (FORUM_EMBEDDABLE_HTML)

Expand Down

0 comments on commit 5432346

Please sign in to comment.