1👍
✅
You need to actually return the result of the super call.
return super(RecordView, self).dispatch(request, *args, **kwargs)
Source:stackexchange.com
1👍
You need to actually return the result of the super call.
return super(RecordView, self).dispatch(request, *args, **kwargs)