Various small fixes in prep for QE release
This commit is contained in:
parent
f55fd2049f
commit
73fa593d02
5 changed files with 11 additions and 10 deletions
|
@ -211,6 +211,7 @@ def security():
|
|||
|
||||
@web.route('/enterprise/')
|
||||
@no_cache
|
||||
@route_show_if(features.BILLING)
|
||||
def enterprise():
|
||||
return index('')
|
||||
|
||||
|
|
Reference in a new issue