Remove unneeded admin views, change the display names for some models

This commit is contained in:
2011-08-10 14:48:17 +01:00
parent 50869e71d9
commit 5b7d66f059
4 changed files with 7 additions and 46 deletions

View File

@@ -69,8 +69,8 @@ class EVEPlayerCorporation(EVEAPIModel):
class Meta:
app_label = 'eve_api'
verbose_name = 'Player Corporation'
verbose_name_plural = 'Player Corporations'
verbose_name = 'Corporation'
verbose_name_plural = 'Corporations'
def __unicode__(self):
if self.name: