small display improvements

This commit is contained in:
Élie Bouttier 2014-08-03 10:26:55 -07:00
parent 43ec23973f
commit 2f9fdf4a4f
6 changed files with 36 additions and 44 deletions

View file

@ -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: