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:
Joseph Schorr 2017-03-30 15:25:56 -04:00
parent 3a72a8ef9c
commit 147b812edb
4 changed files with 1 additions and 360 deletions

View file

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