parent
5019ef0b6b
commit
46a720285a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def admin_reference(username):
|
||||||
|
|
||||||
if user.organization:
|
if user.organization:
|
||||||
return """
|
return """
|
||||||
<a href="%s/organization/%s/admin">organization's admin setting</a>
|
<a href="%s/organization/%s?tab=settings">organization's admin setting</a>
|
||||||
""" % (get_app_url(), username)
|
""" % (get_app_url(), username)
|
||||||
else:
|
else:
|
||||||
return """
|
return """
|
||||||
|
|
Reference in a new issue