Open onno-timmerman opened 5 years ago
I probably should.
To be honest, I haven't used Django since 1.8, so I wasn't following the changes happening and didn't update this "library".
Would you be happy to raise a Pull Request?
It would also be good to mention you need to add the 'cookielaw/js/cookielaw.js' file to the base template.
The docs say: If you're using Django > 1.8, enable 'django.core.context_processors.request' in your TEMPLATES['OPTIONS'] setting, eg.:
But the django.core.context_processors.request is decapricated in favor of 'django.template.context_processors.request'
Maybe change docs?