rename logos for fixing caches

This commit is contained in:
Stephan Telling 2017-07-08 17:20:59 +02:00
parent cc8777107e
commit 0472769513
No known key found for this signature in database
GPG Key ID: D4892289F36ADA9B
7 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ class Camp(CreatedUpdatedModel, UUIDModel):
@property
def logo_small(self):
return 'img/%(slug)s/logo/%(slug)s-logo-small.png' % {'slug': self.slug}
return 'img/%(slug)s/logo/%(slug)s-logo-s.png' % {'slug': self.slug}
@property
def logo_small_svg(self):
@ -97,7 +97,7 @@ class Camp(CreatedUpdatedModel, UUIDModel):
@property
def logo_large(self):
return 'img/%(slug)s/logo/%(slug)s-logo-large.png' % {'slug': self.slug}
return 'img/%(slug)s/logo/%(slug)s-logo-l.png' % {'slug': self.slug}
@property
def logo_large_svg(self):

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB