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.
19 lines
627 B
19 lines
627 B
{% extends 'tournaments/base.html' %}
|
|
{% block head_title %} Configuration Stripe {% endblock %}
|
|
{% block first_title %} Padel Club {% endblock %}
|
|
{% block second_title %} Configuration 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">Renouvellement du Lien Stripe</label>
|
|
<p>Votre lien d'intégration Stripe a expiré. Un nouveau lien doit être généré.</p>
|
|
<p>Veuillez retourner dans l'application et ré-essayer.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
|