fix template matrix for login/logout

This commit is contained in:
2017-02-04 06:37:02 +01:00
parent 19719a68b9
commit 7a7fbfb142
3 changed files with 10 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ CRISPY_TEMPLATE_PACK = 'bootstrap3'
LOGIN_URL = 'login'
LOGOUT_URL = 'logout'
LOGIN_REDIRECT_URL = 'carom_index'
LOGOUT_REDIRECT_URL = 'carom_index'
STATIC_ROOT = "/srv/carom/carom-server/static/"