Skip to content

Don't load wafflejs in 404 or 500 template

Created by: martinburchell

This is an attempt to stop the KeyError 'request' seen when another error causes Django to load the 500 template and that in turn generates an error because the waffle JavaScript is being loaded but there in no request info in the context.

Merge request reports