Skip to content

Commit

Permalink
Merge 4bebe49 into 9a07f4b
Browse files Browse the repository at this point in the history
  • Loading branch information
rezemika committed Aug 7, 2017
2 parents 9a07f4b + 4bebe49 commit 9b37991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions zds/member/forms.py
Expand Up @@ -51,6 +51,7 @@ class LoginForm(forms.Form):
remember = forms.BooleanField(
label=_(u'Se souvenir de moi'),
initial=True,
required=False,
)

def __init__(self, next=None, *args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion zds/settings.py
Expand Up @@ -321,7 +321,7 @@

SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db'

LOGIN_URL = '/membres/connexion'
LOGIN_URL = 'member-login'

ABSOLUTE_URL_OVERRIDES = {
'auth.user': lambda u: '/membres/voir/{0}/'.format(urlquote(u.username.encode('utf-8')))
Expand Down

0 comments on commit 9b37991

Please sign in to comment.