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