may 2025 ranking

sync_v2
Raz 6 months ago
parent c74a117c34
commit 7d6d71a44d
  1. 2
      shop/templates/shop/product_list.html
  2. 14097
      tournaments/static/rankings/CLASSEMENT-PADEL-DAMES-05-2025.csv
  3. 80001
      tournaments/static/rankings/CLASSEMENT-PADEL-MESSIEURS-05-2025.csv
  4. 6
      tournaments/templates/tournaments/broadcast/broadcast.html
  5. 2
      tournaments/templates/tournaments/broadcast/broadcast_base.html

@ -10,7 +10,7 @@
<div class="info-box" style="border-left: 4px solid #f39200; padding: 12px; margin: 20px 12px;">
<h3 style="color: #505050; margin-top: 0;">Bienvenue sur la boutique Padel Club des copains !</h3>
<p style="margin-top: 10px; margin-bottom: 0;"><strong>Photos :</strong> Les photos des vêtements n'ont pas encore tous le logo, la description indique où il situera.
<p style="margin-top: 10px; margin-bottom: 0;"><strong>Photos :</strong> Les photos des vêtements n'ont pas encore tous le logo, la description indique où il se situera.
<p style="margin-top: 10px; margin-bottom: 0;"><strong>Livraison :</strong> Commandez en ligne et récupérez votre commande en main propre lors de votre prochaine session de padel au club. La livraison peut être possible !</p>
</div>

File diff suppressed because it is too large Load Diff

@ -8,11 +8,11 @@
{% block sponsors %}
{% if tournament.event.images.exists %}
<div class="bubble" style="display: flex; align-items: center; justify-content: center; padding: 10px; margin: 0;">
<div style="display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: center;">
<div class="bubble-footer">
<div class="bubble-sponsor">
{% for image in tournament.event.images.all %}
<img src="{{ image.image.url }}" alt="{{ image.title|default:'Sponsor' }}"
style="max-height: 100px; max-width: 100px; object-fit: contain;">
class="sponsor-logo-broadcast">
{% endfor %}
</div>
</div>

@ -58,7 +58,7 @@
</div>
</body>
<footer style="position: fixed; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; padding: 20px; z-index: 100;">
<footer class="footer-broadcast">
{% block sponsors %}{% endblock %}
</footer>
</html>

Loading…
Cancel
Save