models: Remove unused "hidden_for_sponsorship" from ORG_TYPES.

We do not use "hidden_for_sponsorship" currently as it was
removed in d7ef0c7232.
This commit is contained in:
Sahil Batra
2022-06-02 16:21:21 +05:30
committed by Tim Abbott
parent 28799c5d84
commit 6287b87209

View File

@@ -514,7 +514,6 @@ class Realm(models.Model):
"name": "Unspecified", "name": "Unspecified",
"id": 0, "id": 0,
"hidden": True, "hidden": True,
"hidden_for_sponsorship": True,
"display_order": 0, "display_order": 0,
}, },
"business": { "business": {