forked from 0x2620/pandora
highlight matches in clips
This commit is contained in:
parent
03124c5116
commit
daaabba071
12 changed files with 59 additions and 39 deletions
|
|
@ -552,7 +552,7 @@ class Item(models.Model):
|
|||
if isinstance(value, bool):
|
||||
value = value and 'true' or 'false'
|
||||
if isinstance(value, basestring):
|
||||
value = value.strip()
|
||||
value = ox.decodeHtml(ox.stripTags(value.strip()))
|
||||
f.value = value
|
||||
f.save()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue