diff --git a/eve_api/models/api_player.py b/eve_api/models/api_player.py index 9c27899..4a37232 100644 --- a/eve_api/models/api_player.py +++ b/eve_api/models/api_player.py @@ -39,11 +39,6 @@ class EVEAccount(EVEAPIModel): verbose_name="API Status", help_text="End result of the last attempt at updating this object from the API.") - @property - def api_status_description(self): - for choice in API_STATUS_CHOICES: - if choice[0] == self.api_status: - return choice[1] def in_corp(self, corpid): for char in self.characters.all(): diff --git a/templates/sso/profile.html b/templates/sso/profile.html index 8112f06..ab12a6e 100644 --- a/templates/sso/profile.html +++ b/templates/sso/profile.html @@ -70,7 +70,7 @@ setup.