X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/99f6dd4f1ff0390de9a9bbd4e3352b953cb9a235..dbb1ae2cf25105f7a3831961b08386a1326baef8:/apps/funding/templatetags/funding_tags.py diff --git a/apps/funding/templatetags/funding_tags.py b/apps/funding/templatetags/funding_tags.py index 0d6064f70..1a7c872a4 100755 --- a/apps/funding/templatetags/funding_tags.py +++ b/apps/funding/templatetags/funding_tags.py @@ -10,7 +10,7 @@ register = template.Library() @register.inclusion_tag("funding/tags/funding.html", takes_context=True) -def funding(context, offer=None, link=False, closeable=False, show_title=True, show_title_calling = True, add_class=""): +def funding(context, offer=None, link=False, closeable=False, show_title=True, show_title_calling=True, add_class=""): if offer is None and context.get('funding_no_show_current') is None: offer = Offer.current() is_current = True @@ -41,7 +41,7 @@ def offer_status(offer): return { 'offer': offer, } - + @register.inclusion_tag("funding/tags/offer_status_more.html") def offer_status_more(offer): return {