X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/468c2e650c854ffa691afc73aa1f41ce61283cdb..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/paypal/templates/paypal/form.html diff --git a/src/paypal/templates/paypal/form.html b/src/paypal/templates/paypal/form.html deleted file mode 100644 index b2e6a0c7d..000000000 --- a/src/paypal/templates/paypal/form.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "base/base.html" %} -{% load i18n %} - -{% block title %}{% trans "Subscription" %}{% endblock %} - -{% block body %} -
- {% csrf_token %} - {{ form.as_p }} - {# paypal submit button #} - -
-{% endblock %} \ No newline at end of file