forked from 0x2620/pandora
fix typo
This commit is contained in:
parent
c5aefa2f00
commit
debe02e800
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ class Item(models.Model):
|
|||
save(i, value)
|
||||
|
||||
for key in self.facet_keys:
|
||||
if i == 'title':
|
||||
if key == 'title':
|
||||
values = get_titles()
|
||||
elif key == 'character':
|
||||
values = self.get('cast', '')
|
||||
|
|
Loading…
Reference in a new issue