{% extends 'main/layout.html' %} {% block title %}Add card — Mataroa{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Add card

{# stripe.js will create stripe elements forms here #}
{% csrf_token %}


Once you click Submit:

  1. Your card details will be sent to Stripe (payment processor).
  2. We will store your card within Stripe, so that we can charge you next year.
{% endblock %} {% block scripts %} {% endblock %}