{% extends "pinax/stripe/base.html" %} {% load bootstrap %} {% block body_class %}{{ block.super }} pinax-stripe-payment-methods{% endblock %} {% block content %}

Create Payment Method

{% if errors %}
{{ errors }}
{% endif %}
{% csrf_token %}
{% endblock %} {% block scripts %} {% include "pinax/stripe/_stripe_js.html" %} {{ block.super }} {% endblock %}