diff --git a/bean.module b/bean.module
index 2368d22..cd47a4d 100644
--- a/bean.module
+++ b/bean.module
@@ -92,7 +92,7 @@ function bean_menu() {
   $items['block/%bean/edit'] = array(
     'title' => 'Edit',
     'type' => MENU_LOCAL_TASK,
-    'context' => MENU_CONTEXT_NONE,
+    'context' => MENU_CONTEXT_PAGE | MENU_CONTEXT_INLINE,
     'page callback' => 'bean_edit',
     'page arguments' => array(1),
     'access arguments' => array('edit', 1),
