Legere/templates/don.html
√(noham)² ebe21a776f changes
2023-04-07 23:15:56 +02:00

6 lines
162 B
HTML

{% extends 'template.html' %}
{% block content %}
<h1>Rien pour le moment</h1>
<a href="{{ url_for('listepaypal') }}">Liste des comptes paypal</a>
{% endblock %}