Fix label removal

d42/ebin
informatic 2017-09-06 01:22:54 +02:00
parent e7aa31c6a4
commit 98313721b9
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class Label(models.Model):
created = models.DateTimeField(auto_now_add=True, blank=True)
def __str__(self):
return self.id
return '{}'.format(self.id)
def print(self):
resp = requests.post(