TyMaszWeb / django-cookie-law

Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user
BSD 2-Clause "Simplified" License
140 stars 69 forks source link

package name was wrong in docs and in exception message #41

Open il-ja opened 6 years ago

il-ja commented 6 years ago

It's django.template.context_processors.request -- not ...core...

this was correct in the context_processors-list in the readme, but wrong in the line above. Also, it was wrong in the the error-message thrown by the templatetag.

PS: thank you for the package :)

piotrkilczuk commented 4 years ago

When did the core package get removed @tpaljor ?

There's a long way from Django 1.8 to 3.0...