Skip to content

Commit

Permalink
add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
jannon committed Jul 21, 2012
1 parent 2b3f2cc commit f578b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compressor/templatetags/compress.py
Expand Up @@ -116,7 +116,7 @@ def render_compressed(self, context, kind, mode, tag_opts=None, forced=False):
raise

# Or don't do anything in production
return self.render_result(self.get_original_content(context), context, deferred)
return self.render_result(self.get_original_content(context), context, deferred, mode)

def render_output(self, compressor, mode, forced=False):
return compressor.output(mode, forced=forced)
Expand Down

0 comments on commit f578b14

Please sign in to comment.