Add a simplified landing page for the case where billing is disabled
This commit is contained in:
parent
badf002e92
commit
6e2b8d96b8
6 changed files with 271 additions and 151 deletions
|
@ -118,6 +118,9 @@ class DefaultConfig(object):
|
|||
# Feature Flag: Whether GitHub login is supported.
|
||||
FEATURE_GITHUB_LOGIN = False
|
||||
|
||||
# Feature Flag: The logo for the enterprise.
|
||||
FEATURE_ENTERPRISE_LOGO_URL = 'http://img2.wikia.nocookie.net/__cb20130328225038/logopedia/images/c/c8/Spotify_logo_detail.png'
|
||||
|
||||
|
||||
class FakeTransaction(object):
|
||||
def __enter__(self):
|
||||
|
|
Reference in a new issue