corrige conflitos
This commit is contained in:
8
diários_oficiais_alems/users/context_processors.py
Normal file
8
diários_oficiais_alems/users/context_processors.py
Normal file
@ -0,0 +1,8 @@
|
||||
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,
|
||||
}
|
||||
Reference in New Issue
Block a user