mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix the highlighting on the HR applications of alts
This commit is contained in:
@@ -85,7 +85,7 @@ class Application(models.Model):
|
||||
|
||||
@property
|
||||
def alt_application(self):
|
||||
return EVEPlayerCharacters.objects.filter(corporation=self.corporation, eveaccount__user=self.user).count() > 0
|
||||
return EVEPlayerCharacter.objects.filter(corporation=self.corporation, eveaccount__user=self.user).count() > 0
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user