You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use recatpcha template tag library from django-antispam under Django 2.0.3, antispam.recaptcha should be added explicitly to INSTALLED_APPS in order for Django to see recaptcha template tags.
This should be reflected in the documentation or the project should be structured so that adding antispam to the list of installed apps makes the template tag library available by default.
The text was updated successfully, but these errors were encountered:
To use
recatpcha
template tag library fromdjango-antispam
under Django 2.0.3,antispam.recaptcha
should be added explicitly toINSTALLED_APPS
in order for Django to seerecaptcha
template tags.This should be reflected in the documentation or the project should be structured so that adding
antispam
to the list of installed apps makes the template tag library available by default.The text was updated successfully, but these errors were encountered: