small fixes

This commit is contained in:
Qwann 2017-04-26 04:08:25 +02:00
parent 03b1fc31b8
commit 7a4a836d6e
3 changed files with 2 additions and 3 deletions

View file

@ -63,6 +63,7 @@ MIDDLEWARE_CLASSES = [
ROOT_URLCONF = 'evenementiel.urls'
LOGIN_REDIRECT_URL = reverse_lazy('shared:home')
LOGOUT_REDIRECT_URL = reverse_lazy('shared:home')
TEMPLATES = [
{