)
This commit is contained in:
parent
5318b743cc
commit
ea33cf1d73
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Command(BaseCommand):
|
||||||
'featuring': item['featuring'],
|
'featuring': item['featuring'],
|
||||||
'type': item['type'],
|
'type': item['type'],
|
||||||
'description': description,
|
'description': description,
|
||||||
'url': api.url.replace('/api/', '/grid/folder==' + escape(ox.decode_html(item['folder'])),
|
'url': api.url.replace('/api/', '/grid/folder==' + escape(ox.decode_html(item['folder']))),
|
||||||
'items': [],
|
'items': [],
|
||||||
}
|
}
|
||||||
del item['folderdescription']
|
del item['folderdescription']
|
||||||
|
|
Loading…
Reference in a new issue