rename logos for fixing caches
|
@ -89,7 +89,7 @@ class Camp(CreatedUpdatedModel, UUIDModel):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def logo_small(self):
|
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
|
@property
|
||||||
def logo_small_svg(self):
|
def logo_small_svg(self):
|
||||||
|
@ -97,7 +97,7 @@ class Camp(CreatedUpdatedModel, UUIDModel):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def logo_large(self):
|
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
|
@property
|
||||||
def logo_large_svg(self):
|
def logo_large_svg(self):
|
||||||
|
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |