Remove out dated Enterprise landing page
We now just redirect to the QE plans page Fixes https://www.pivotaltracker.com/story/show/142166263
This commit is contained in:
parent
3a72a8ef9c
commit
147b812edb
4 changed files with 1 additions and 360 deletions
|
@ -207,7 +207,7 @@ def security():
|
|||
@no_cache
|
||||
@route_show_if(features.BILLING)
|
||||
def enterprise():
|
||||
return index('')
|
||||
return redirect('/plans?tab=enterprise')
|
||||
|
||||
|
||||
@web.route('/__exp/<expname>')
|
||||
|
|
Reference in a new issue