X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2ecf0995e67a4fefb003e66a2490d4895b2c0b07..ce3795b6c4f878c496b4d46193e3379f8efb077b:/src/paypal/templates/paypal/form.html diff --git a/src/paypal/templates/paypal/form.html b/src/paypal/templates/paypal/form.html index 9f4c76beb..92a755a8b 100644 --- a/src/paypal/templates/paypal/form.html +++ b/src/paypal/templates/paypal/form.html @@ -1,7 +1,7 @@ {% extends "base/base.html" %} {% load i18n %} {% load chunks %} -{% load static from staticfiles %} +{% load static from static %} {% block title %}{% trans "Wolne Lektury Friend Club" %}{% endblock %} @@ -22,4 +22,4 @@ {% endif %} {% chunk "klub_info" %} -{% endblock %} \ No newline at end of file +{% endblock %}