11683-add-spotify-mp3 #7

Open
mravi wants to merge 10 commits from 11683-add-spotify-mp3 into master
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 0289586811 - Show all commits

View File

@ -0,0 +1,8 @@
from django import template
from html import unescape
register = template.Library()
@register.filter
def ph_html_decode(value):
return unescape(value)