Merge branch 'ncc1701' of ssh://bitbucket.org/yackob03/quay into ncc1701

This commit is contained in:
jakedt 2014-04-10 15:20:26 -04:00
commit 73f23f155c
15 changed files with 524 additions and 33 deletions

View file

@ -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