HyperKitty: fix the BROWSERID_AUDIENCES setting
This commit is contained in:
parent
fe6d4feefc
commit
8e8b9d8f16
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ ALLOWED_HOSTS = [
|
|||
# http://django-browserid.rtfd.org/page/user/settings.html#django.conf.settings.BROWSERID_AUDIENCES
|
||||
BROWSERID_AUDIENCES = [
|
||||
{% for host in mailman_domains %}
|
||||
"{{ host }}",
|
||||
"https://{{ host }}",
|
||||
{% endfor %}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue