Fix settings value
This commit is contained in:
parent
d3d7c0b4a1
commit
21b99158ee
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ from django.conf import settings
|
||||||
|
|
||||||
|
|
||||||
def authorized_mails(request):
|
def authorized_mails(request):
|
||||||
return {'authorized_mails': settings.AUTHORIZED_MAILS}
|
return {'authorized_mails': settings.AUTHORIZED_EMAILS}
|
||||||
|
|
Loading…
Reference in a new issue