document icon, fixes #2987
This commit is contained in:
parent
aeab4d03de
commit
0db8ca6c47
8 changed files with 8 additions and 6 deletions
|
|
@ -279,7 +279,7 @@ def update_static():
|
|||
f = os.path.join(root, f)
|
||||
os.system('gzip -9 -c "%s" > "%s.gz"' % (f, f))
|
||||
|
||||
for name in ('logo', 'icon'):
|
||||
for name in ('logo', 'icon', 'document'):
|
||||
site = os.path.join(settings.STATIC_ROOT, 'png/%s.%s.png'%(name, settings.CONFIG['site']['id']))
|
||||
pandora = os.path.join(settings.STATIC_ROOT, 'png/%s.pandora.png'%name)
|
||||
image = os.path.join(settings.STATIC_ROOT, 'png/%s.png'%name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue