mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Remove unneeded admin views, change the display names for some models
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user