Merge pull request #1044 from alphagov/add-logo-enterprise

Remove name from organisation
This commit is contained in:
Rebecca Law
2017-06-26 13:25:19 +01:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ def upgrade():
op.execute("""INSERT INTO organisation VALUES ( op.execute("""INSERT INTO organisation VALUES (
'{}', '{}',
'', '',
'data_gov_uk_x2.png', '',
'' ''
)""".format(DATA_GOV_UK_ID)) )""".format(DATA_GOV_UK_ID))