X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03..4b0a7ae59f46bd178745e97e6b69dc240c5761c7:/apps/funding/templatetags/funding_tags.py diff --git a/apps/funding/templatetags/funding_tags.py b/apps/funding/templatetags/funding_tags.py index 5c6544a8f..f59a79619 100755 --- a/apps/funding/templatetags/funding_tags.py +++ b/apps/funding/templatetags/funding_tags.py @@ -1,5 +1,6 @@ from django import template from ..models import Offer +from ..utils import sanitize_payment_title register = template.Library() @@ -43,4 +44,4 @@ def offer_status_more(offer): 'offer': offer, } - +register.filter(sanitize_payment_title)