From b6499fb2ea79c8fc36d66a3363176df384fc31b9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 28 Oct 2008 14:40:20 -0700 Subject: [PATCH] Link from forum threads list back to all forums list. --- view/Forum_page.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/Forum_page.py b/view/Forum_page.py index 9f11de8..88d033c 100644 --- a/view/Forum_page.py +++ b/view/Forum_page.py @@ -20,6 +20,8 @@ class Forum_page( Product_page ): Div( P( A( u"start a new discussion", href = u"/forums/%s/create_thread" % forum_name ), + u" | ", + A( u"all forums", href = u"/forums/" ), class_ = u"small_text", ), [ Div(