diff --git a/profiles/wcm_base/modules/custom/ocio_book/ocio_book.context.inc b/profiles/wcm_base/modules/custom/ocio_book/ocio_book.context.inc
index fe0257ae155d7685f34bd7537b780ad53fc09671..1d2822a9a9eeec41ef99dc3a20ee5ede80af6544 100644
--- a/profiles/wcm_base/modules/custom/ocio_book/ocio_book.context.inc
+++ b/profiles/wcm_base/modules/custom/ocio_book/ocio_book.context.inc
@@ -17,9 +17,12 @@ function ocio_book_context_default_contexts() {
   $context->description = '';
   $context->tag = 'OCIO Book';
   $context->conditions = array(
-    'book' => array(
+    'bookroot' => array(
       'values' => array(
-        'book-toc-8' => 'book-toc-8',
+        'book_page' => 'book_page',
+      ),
+      'options' => array(
+        'node_form' => '1',
       ),
     ),
   );