You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
542 B
17 lines
542 B
{% extends 'tournaments/base.html' %}
|
|
{% block head_title %} Intégration Stripe {% endblock %}
|
|
{% block first_title %} Padel Club {% endblock %}
|
|
{% block second_title %} Intégration Stripe {% endblock %}
|
|
|
|
{% block content %}
|
|
{% load static %}
|
|
{% load tz %}
|
|
|
|
<div class="grid-x">
|
|
<div class="bubble">
|
|
<div class="cell medium-6 large-6 padding10">
|
|
<label class="title">Intégration Stripe Terminée !</label>
|
|
<p>Veuillez retourner dans l'application pour terminer et valider la configuration.</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
|