{% 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: Your card details will be sent to Stripe (payment processor). We will store your card within Stripe, so that we can charge you next year. {% endblock %} {% block scripts %} {% endblock %}
Once you click Submit: