This commit is contained in:
j 2011-01-21 21:14:46 +05:30
commit 0f5c9d2722
3 changed files with 44 additions and 3 deletions

View file

@ -789,7 +789,6 @@ class Item(models.Model):
if frame:
icon = self.path('icon.jpg')
self.icon.name = icon
frame = frames[int(len(frames)/2)]
timeline = self.path('timeline.64.png')
timeline = os.path.abspath(os.path.join(settings.MEDIA_ROOT, timeline))
if os.path.exists(timeline):