Removed raising the exception in template tag.
This commit is contained in:
@@ -111,7 +111,6 @@ class CompressorMixin(object):
|
||||
assert isinstance(rendered_output, six.text_type)
|
||||
return rendered_output
|
||||
except Exception:
|
||||
raise
|
||||
if settings.DEBUG or forced:
|
||||
raise
|
||||
|
||||
|
Reference in New Issue
Block a user