diff --git a/mayan/apps/cabinets/views.py b/mayan/apps/cabinets/views.py index 79606bcc45..d23b5a8230 100644 --- a/mayan/apps/cabinets/views.py +++ b/mayan/apps/cabinets/views.py @@ -74,6 +74,7 @@ class CabinetChildAddView(SingleObjectCreateView): 'title': _( 'Add new level to: %s' ) % self.get_object().get_full_path(), + 'object': self.get_object() }