diff options
Diffstat (limited to 'pyblackbird_cc/users/context_processors.py')
-rw-r--r-- | pyblackbird_cc/users/context_processors.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pyblackbird_cc/users/context_processors.py b/pyblackbird_cc/users/context_processors.py deleted file mode 100644 index e2633ae..0000000 --- a/pyblackbird_cc/users/context_processors.py +++ /dev/null @@ -1,8 +0,0 @@ -from django.conf import settings - - -def allauth_settings(request): - """Expose some settings from django-allauth in templates.""" - return { - "ACCOUNT_ALLOW_REGISTRATION": settings.ACCOUNT_ALLOW_REGISTRATION, - } |