added alplora to allowed host
This commit is contained in:
parent
081ca21b55
commit
87ab1cdc8d
1 changed files with 2 additions and 1 deletions
|
@ -17,5 +17,6 @@ REGISTRATION_MESSAGE['message'] = REGISTRATION_MESSAGE['message'].format(host='d
|
|||
|
||||
ALLOWED_HOSTS = [
|
||||
".ungleich.ch",
|
||||
"digital.glarus.ungleich.ch" ,
|
||||
"digital.glarus.ungleich.ch",
|
||||
".alplora.ch"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue