Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
01cc1929
Commit
01cc1929
authored
Jan 25, 2012
by
Sofia Papagiannaki
Browse files
change reset_password_redirect url
parent
b90b602c
Changes
1
Hide whitespace changes
Inline
Side-by-side
astakos/im/urls.py
View file @
01cc1929
...
...
@@ -48,7 +48,7 @@ urlpatterns = patterns('astakos.im.views',
urlpatterns
+=
patterns
(
'django.contrib.auth.views'
,
url
(
r
'^logout/?$'
,
'logout'
),
url
(
r
'^password/?$'
,
'password_change'
,
{
'post_change_redirect'
:
'
admin
'
})
,
url
(
r
'^password/?$'
,
'password_change'
,
{
'post_change_redirect'
:
'
profile
'
})
)
urlpatterns
+=
patterns
(
'astakos.im.target'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment