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
dafa098f
Commit
dafa098f
authored
Apr 09, 2013
by
Kostas Papadimitriou
Browse files
Astakos dashboard url change
landing instead of user profile
parent
1a8e82c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/api/__init__.py
View file @
dafa098f
...
...
@@ -141,7 +141,7 @@ def get_menu(request, with_extra_links=False, with_signout=True):
name
=
"Overview"
))
if
with_signout
:
append
(
item
(
url
=
absolute
(
request
,
reverse
(
'
edit_profile
'
)),
url
=
absolute
(
request
,
reverse
(
'
landing
'
)),
name
=
"Dashboard"
))
if
with_extra_links
:
append
(
item
(
url
=
absolute
(
request
,
reverse
(
'edit_profile'
)),
...
...
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