Skip to content

Commit 496194b

Browse files
committed
MBH: string formate
1 parent 9b9bce8 commit 496194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stats/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class LogEvent(models.Model):
165165
frequency = models.PositiveIntegerField()
166166

167167
def __unicode__(self):
168-
return "%s action" % self.action.name
168+
return "%s" % self.action.name
169169

170170
class Meta:
171171
db_table = u'logevent'

0 commit comments

Comments
 (0)