X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/94f9a6717f21ac603b3e6c02b97a69b084c09a3f..ddf2102eff7ea420a4ea5144c43409587fc1156e:/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 %}