Commit 990646cb5ee315529427f71608932bcd818c3e8f

Authored by Erik Zambom
1 parent 4406808a

Fixing log admin details access

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
core/models.py
... ... @@ -113,4 +113,4 @@ class Log(models.Model):
113 113 verbose_name_plural = _('Logs')
114 114  
115 115 def __str__(self):
116   - return self.context
  116 + return self.component
... ...