Insert the cabinet in the template context

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-21 23:21:24 -04:00
parent a3e8b53f01
commit d410e1ef6c

View File

@@ -74,6 +74,7 @@ class CabinetChildAddView(SingleObjectCreateView):
'title': _(
'Add new level to: %s'
) % self.get_object().get_full_path(),
'object': self.get_object()
}