X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fstack%2Fstack.py;h=c8ddbea762af2838b1bfd28cda392182c389a2a2;hb=af0331622e9823245720bd576bf4aaeb5343147d;hp=3ccfa54fe1166a5de9e1f6cdb219dffa2f80ab37;hpb=d685d0cd62cae3d61b49aac84b2437b8950b8373;p=myslice.git diff --git a/plugins/stack/stack.py b/plugins/stack/stack.py index 3ccfa54f..c8ddbea7 100644 --- a/plugins/stack/stack.py +++ b/plugins/stack/stack.py @@ -5,3 +5,7 @@ from unfold.composite import Composite class Stack (Composite) : def template_file (self): return "stack.html" + def template_env (self, request): + env = Composite.template_env (self, request) + env['domid'] = self.domid + return env