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

Update Payment Method

{% if errors %}
{{ errors }}
{% endif %}
{% csrf_token %}
{{ object.brand }} {{ object.last4 }} Expires {{ object.exp_month }} / {{ object.exp_year }}
/
{% endblock %}