Changing values displayed in the funding banner
[wolnelektury.git] / apps / funding / models.py
index 5f2f17d..2c2820d 100644 (file)
@@ -24,7 +24,7 @@ class Offer(models.Model):
     redakcja_url = models.URLField(_('redakcja URL'), blank=True)
     book = models.ForeignKey(Book, null=True, blank=True,
         help_text=_('Published book.'))
-    cover = models.ImageField(_('cover'), upload_to = 'funding/covers')
+    cover = models.ImageField(_('Cover'), upload_to = 'funding/covers')
         
     def cover_img_tag(self):
         return u'<img src="%s" />' % self.cover.url