Taken out AB-testing for home project.
Home project is available to everybody!
This commit is contained in:
parent
4c73f98047
commit
c9337b8d15
@ -155,7 +155,6 @@ def create_home_project(user_id, write_access):
|
||||
|
||||
|
||||
@blueprint.route('/home-project')
|
||||
@authorization.ab_testing(require_roles={u'homeproject'})
|
||||
@authorization.require_login()
|
||||
def home_project():
|
||||
"""Fetches the home project, creating it if necessary.
|
||||
|
Loading…
x
Reference in New Issue
Block a user