Fundraising in PDF.
[wolnelektury.git] / src / funding / templatetags / funding_tags.py
index 3e48892..9823dc4 100644 (file)
@@ -1,5 +1,5 @@
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
 #
 from django import template
 from django.template.loader import render_to_string
@@ -16,11 +16,6 @@ def funding_top_bar():
     offer = Offer.current()
     return offer.top_bar() if offer is not None else ''
 
-@register.simple_tag
-def funding_top_bar_2022():
-    offer = Offer.current()
-    return offer.top_bar_2022() if offer is not None else ''
-
 
 @register.simple_tag(takes_context=True)
 def fundings(context, offer):