small display improvements
This commit is contained in:
parent
43ec23973f
commit
2f9fdf4a4f
6 changed files with 36 additions and 44 deletions
|
@ -245,9 +245,9 @@ class Event(models.Model):
|
|||
def glyphicon(self):
|
||||
|
||||
if self.code == Event.COMMENT:
|
||||
return "bullhorn"
|
||||
return "comment"
|
||||
elif self.code == Event.DESCRIBE:
|
||||
return "pencil"
|
||||
return "edit"
|
||||
elif self.code == Event.CLOSE:
|
||||
return "ban-circle"
|
||||
elif self.code == Event.REOPEN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue