Merge branch 'ncc1701' of ssh://bitbucket.org/yackob03/quay into ncc1701
This commit is contained in:
commit
73f23f155c
15 changed files with 524 additions and 33 deletions
|
@ -84,6 +84,12 @@ def organizations():
|
|||
def user():
|
||||
return index('')
|
||||
|
||||
@web.route('/superuser/')
|
||||
@no_cache
|
||||
@route_show_if(features.SUPER_USERS)
|
||||
def superuser():
|
||||
return index('')
|
||||
|
||||
|
||||
@web.route('/signin/')
|
||||
@no_cache
|
||||
|
|
Reference in a new issue