From 46f3474a392ec24f59a0d3f566db7775840f6c8c Mon Sep 17 00:00:00 2001 From: Ayham Date: Fri, 17 Aug 2018 23:29:59 -0400 Subject: [PATCH] Removed support for Mason Korea --- whats-open/api/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/whats-open/api/models.py b/whats-open/api/models.py index a7a2f5f..31d1749 100644 --- a/whats-open/api/models.py +++ b/whats-open/api/models.py @@ -56,7 +56,6 @@ class Location(TimeStampedModel): CAMPUS_LOCATIONS = ( # (set in model, human readable version) ("prince william", "Prince William County Science and Technology"), - ("korea", "Mason Korea"), ("fairfax", "Fairfax"), ("arlington", "Arlington") ) -- GitLab