target unicode representation and target selection
This commit is contained in:
@@ -953,7 +953,7 @@ class TrainingTarget(models.Model):
|
||||
ownerfirst = ''
|
||||
ownerlast = ''
|
||||
|
||||
stri = u'{id} {n} {d} {ownerfirst} {ownerlast}'.format(
|
||||
stri = u'#{id}: {n} {d} {ownerfirst} {ownerlast}'.format(
|
||||
ownerfirst = ownerfirst,
|
||||
ownerlast = ownerlast,
|
||||
d = date.strftime('%Y-%m-%d'),
|
||||
|
||||
Reference in New Issue
Block a user