diff --git a/compound/blog/browser.py b/compound/blog/browser.py index 2681ed6..285a8db 100755 --- a/compound/blog/browser.py +++ b/compound/blog/browser.py @@ -156,6 +156,9 @@ class BlogPostView(ConceptView): page=page, target=target)) #self.registerDojoTextWidget() self.registerDojoDateWidget() + else: + actions = super(BlogPostView, self).getActions(category, + page=page, target=target) return actions def render(self): diff --git a/compound/blog/view_macros.pt b/compound/blog/view_macros.pt index e5c5f4c..49aac32 100755 --- a/compound/blog/view_macros.pt +++ b/compound/blog/view_macros.pt @@ -2,42 +2,47 @@ $Id$ --> - -
- -

- Post -

-
- 2008-01-02 / - Will Smith -
-
- Description
-
- -
-
+
+ +
+ +

+ Post +

+
+ 2008-01-02 / + Will Smith +
+
+ Description
+
+ +
+
+
+ +
- -
+ +
+

Title