poland-style changes

This commit is contained in:
2025-06-05 10:27:11 +02:00
parent 9b45a3f26f
commit 2cfa5f1fa4
3 changed files with 31 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
<a href="{{ url_for('clubs', club='Borussia Dortmund') }}">
<button><img src="{{ url_for('static', filename='Borussia_Dortmund.png') }}"></button>
</a>
<!--Jak nie będzie statysytk dla lecha to usunać-->
<a href="{{ url_for('clubs', club='Lech Poznan') }}">
<button><img src="{{ url_for('static', filename='Lech_Poznan.png') }}"></button>
</a>

View File

@@ -33,7 +33,7 @@
<a href="/club">Zobacz osiągnięcia</a>
</article>
</section>
<!--
<section class="general-stats-section">
<h2>Ogólne statystyki:</h3>
<div class="grid">
@@ -52,7 +52,7 @@
</article>
</div>
</section>
-->
</div>
{% endblock %}