added alplora to allowed host

This commit is contained in:
Levi 2017-04-07 13:51:44 -05:00
parent 081ca21b55
commit 87ab1cdc8d
1 changed files with 2 additions and 1 deletions

View File

@ -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"
]