Skip to content

Commit

Permalink
Poprawka metody autoprezentacji w modelu Skladnik
Browse files Browse the repository at this point in the history
  • Loading branch information
xinulsw committed Dec 28, 2016
1 parent 8435566 commit 30e6d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malybar/pizza/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def is_jarski(self):
return self.jarski

def __unicode__(self):
return u'%s' % (u"składnik")
return u'%s' % (self.nazwa)

class Meta:
verbose_name = "składnik"
Expand Down

0 comments on commit 30e6d36

Please sign in to comment.