Show More
@@ -865,7 +865,7 b' class sessionvars(templateutil.wrapped):' | |||||
865 | raise error.ParseError(_(b'not displayable without template')) |
|
865 | raise error.ParseError(_(b'not displayable without template')) | |
866 |
|
866 | |||
867 | def show(self, context, mapping): |
|
867 | def show(self, context, mapping): | |
868 | return self.join(context, b'') |
|
868 | return self.join(context, mapping, b'') | |
869 |
|
869 | |||
870 | def tobool(self, context, mapping): |
|
870 | def tobool(self, context, mapping): | |
871 | return bool(self._vars) |
|
871 | return bool(self._vars) |
General Comments 0
You need to be logged in to leave comments.
Login now